blob: 8f5154e8509e41ac4dbb761319555897aad8a8c8 [file] [log] [blame] [edit]
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Worklets Level 1 (https://drafts.css-houdini.org/worklets/)
[Exposed=Worklet]
interface WorkletGlobalScope {
};
[Exposed=Window]
interface Worklet {
[NewObject] Promise<undefined> addModule(USVString moduleURL, optional WorkletOptions options = {});
};
dictionary WorkletOptions {
RequestCredentials credentials = "same-origin";
};