Class WorkletGlobalScope
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The WorkletGlobalScope interface is an abstract class that specific worklet scope classes inherit from. Each WorkletGlobalScope defines a new global environment.
[Value("WorkletGlobalScope")]
public class WorkletGlobalScope
- Inheritance
-
WorkletGlobalScope
- Derived
- Inherited Members
Remarks
NOTE
You don't normally need to interact with this interface. It is a base interface intended to be subclassed. You will encounter the subclasses AudioWorkletGlobalScope inside AudioWorklet objects, or PaintWorkletGlobalScope inside CSS paint Worklet objects.
Constructors
WorkletGlobalScope()
public WorkletGlobalScope()