Package-level declarations

Types

Link copied to clipboard
open class Worklet

The Worklet interface is a lightweight version of Web Workers and gives developers access to low-level parts of the rendering pipeline. Available only in secure contexts.

Link copied to clipboard

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

Link copied to clipboard
interface WorkletOptions