7 lines
205 B
Haxe
7 lines
205 B
Haxe
package js.html;
|
|
|
|
@:native("Worklet") extern class Worklet {
|
|
function new();
|
|
function addModule(moduleURL:String, ?options:WorkletOptions):js.lib.Promise<ts.Undefined>;
|
|
static var prototype : Worklet;
|
|
} |