diff --git a/source b/source index 402cad4fced..0fd5aee694c 100644 --- a/source +++ b/source @@ -2852,6 +2852,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
Function
long
object
Promise
Uint8ClampedArray
unrestricted double
unsigned long
event.navigationType
Because of how Web IDL conversion rules for Promise<T>
types always wrap the input into a new promise, the
+ data-x="">Promise<T> types always wrap the input into a new promise, the
promise
attribute is of type object
instead, which is more appropriate for representing an opaque
handle to the original promise object.
[Exposed=Window, SecureContext]
interface Worklet {
- [NewObject] Promise<undefined> addModule(USVString moduleURL, optional WorkletOptions options = {});
+ [NewObject] Promise<undefined> addModule(USVString moduleURL, optional WorkletOptions options = {});
};
dictionary WorkletOptions {