WorkletGlobalScope

The WorkletGlobalScope interface is an abstract class that specific worklet scope classes inherit from. Available only in secure contexts.

MDN Reference

Inheritors

Functions

Link copied to clipboard
open operator fun get(key: JsString): JsAny?
Link copied to clipboard
open operator fun set(key: JsString, value: JsAny?)