@webref/idl 3.67.0 → 3.67.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/mediaqueries-5.idl
CHANGED
|
@@ -7,8 +7,8 @@ typedef (MediaList or boolean) CustomMediaQuery;
|
|
|
7
7
|
|
|
8
8
|
[Exposed=Window]
|
|
9
9
|
interface CSSCustomMediaRule : CSSRule {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
readonly attribute CSSOMString name;
|
|
11
|
+
readonly attribute CustomMediaQuery query;
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
[Exposed=Window, SecureContext]
|
package/package.json
CHANGED
|
@@ -137,7 +137,7 @@ partial interface DedicatedWorkerGlobalScope {
|
|
|
137
137
|
interface RTCRtpScriptTransformer : EventTarget {
|
|
138
138
|
// Attributes and methods related to the transformer source
|
|
139
139
|
readonly attribute ReadableStream readable;
|
|
140
|
-
Promise<
|
|
140
|
+
Promise<undefined> generateKeyFrame(optional DOMString rid);
|
|
141
141
|
Promise<undefined> sendKeyFrameRequest();
|
|
142
142
|
// Attributes and methods related to the transformer sink
|
|
143
143
|
readonly attribute WritableStream writable;
|