web api interface
WorkletGlobalScope
Secure context
The WorkletGlobalScope interface is an abstract class that specific worklet scope classes inherit from. Each WorkletGlobalScope defines a new global environment.
[!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
AudioWorkletGlobalScopeinsideAudioWorkletobjects, orPaintWorkletGlobalScopeinside CSS paintWorkletobjects.
Instance properties
None.
Instance methods
None.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.