web-specs 2.64.0 → 2.64.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/index.json +6 -5
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -1521,6 +1521,7 @@
|
|
|
1521
1521
|
"fetch"
|
|
1522
1522
|
],
|
|
1523
1523
|
"excludePaths": [
|
|
1524
|
+
"fetch/fetch-later",
|
|
1524
1525
|
"fetch/metadata",
|
|
1525
1526
|
"fetch/private-network-access"
|
|
1526
1527
|
]
|
|
@@ -6180,10 +6181,12 @@
|
|
|
6180
6181
|
"series": {
|
|
6181
6182
|
"shortname": "close-watcher",
|
|
6182
6183
|
"currentSpecification": "close-watcher",
|
|
6183
|
-
"title": "Close
|
|
6184
|
-
"shortTitle": "Close
|
|
6184
|
+
"title": "Close Watcher API",
|
|
6185
|
+
"shortTitle": "Close Watcher API",
|
|
6185
6186
|
"nightlyUrl": "https://wicg.github.io/close-watcher/"
|
|
6186
6187
|
},
|
|
6188
|
+
"title": "Close Watcher API",
|
|
6189
|
+
"standing": "discontinued",
|
|
6187
6190
|
"organization": "W3C",
|
|
6188
6191
|
"groups": [
|
|
6189
6192
|
{
|
|
@@ -6199,13 +6202,11 @@
|
|
|
6199
6202
|
"sourcePath": "spec.html",
|
|
6200
6203
|
"filename": "index.html"
|
|
6201
6204
|
},
|
|
6202
|
-
"title": "Close signals and close watchers are moving to the HTML Standard!",
|
|
6203
6205
|
"source": "spec",
|
|
6204
|
-
"shortTitle": "Close
|
|
6206
|
+
"shortTitle": "Close Watcher API",
|
|
6205
6207
|
"categories": [
|
|
6206
6208
|
"browser"
|
|
6207
6209
|
],
|
|
6208
|
-
"standing": "good",
|
|
6209
6210
|
"tests": {
|
|
6210
6211
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
6211
6212
|
"testPaths": [
|