@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.
@@ -7,8 +7,8 @@ typedef (MediaList or boolean) CustomMediaQuery;
7
7
 
8
8
  [Exposed=Window]
9
9
  interface CSSCustomMediaRule : CSSRule {
10
- readonly attribute CSSOMString name;
11
- readonly attribute CustomMediaQuery query;
10
+ readonly attribute CSSOMString name;
11
+ readonly attribute CustomMediaQuery query;
12
12
  };
13
13
 
14
14
  [Exposed=Window, SecureContext]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webref/idl",
3
3
  "description": "Web IDL definitions of the web platform",
4
- "version": "3.67.0",
4
+ "version": "3.67.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/w3c/webref.git"
@@ -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<unsigned long long> generateKeyFrame(optional DOMString rid);
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;