AudioWorkletGlobalScope description: It is not possible to define "any other variables" in AudioWorkletGlobalScope

The current AudioWorkletGlobalScope description at #wikiArticle includes the language

As the global execution context is shared across the current BaseAudioContext , it’s possible to define any other variables and perform any actions allowed in worklets

allowed in AudioWorkletGlobalScope

or similar term should be substituted for

allowed in worklets

as it is not currently possible to define any variable in AudioWorkletGlobalScope, for example, Response and fetch are not defined in AudioWorkletGlobalScope and there is no way to define fetch() method or Response interface in AudioWorkletGlobalScope.