WebIDLpedia

AudioWorklet Global name

Definition

Realm execution contexts tied to the AudioWorklet Global name use AudioWorkletGlobalScope as a basis for their global object.

This means their global object exposes the following members:


    undefined registerProcessor (DOMString name,
                                               AudioWorkletProcessorConstructor processorCtor);
    readonly attribute unsigned long long currentFrame;
    readonly attribute double currentTime;
    readonly attribute float sampleRate;
    readonly attribute unsigned long renderQuantumSize;
    readonly attribute MessagePort port;

The following interfaces are exposed exclusively in the corresponding realms:

The following interfaces are also exposed in the corresponding realms: