browser-specs 3.68.0 → 3.69.0
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 +34 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -5318,6 +5318,40 @@
|
|
|
5318
5318
|
],
|
|
5319
5319
|
"standing": "good"
|
|
5320
5320
|
},
|
|
5321
|
+
{
|
|
5322
|
+
"url": "https://w3c.github.io/reporting/network-reporting.html",
|
|
5323
|
+
"seriesComposition": "full",
|
|
5324
|
+
"shortname": "network-reporting",
|
|
5325
|
+
"series": {
|
|
5326
|
+
"shortname": "network-reporting",
|
|
5327
|
+
"currentSpecification": "network-reporting",
|
|
5328
|
+
"title": "Network Reporting API",
|
|
5329
|
+
"shortTitle": "Network Reporting API",
|
|
5330
|
+
"nightlyUrl": "https://w3c.github.io/reporting/network-reporting.html"
|
|
5331
|
+
},
|
|
5332
|
+
"nightly": {
|
|
5333
|
+
"url": "https://w3c.github.io/reporting/network-reporting.html",
|
|
5334
|
+
"status": "Editor's Draft",
|
|
5335
|
+
"sourcePath": "network-reporting.bs",
|
|
5336
|
+
"alternateUrls": [],
|
|
5337
|
+
"repository": "https://github.com/w3c/reporting",
|
|
5338
|
+
"filename": "network-reporting.html"
|
|
5339
|
+
},
|
|
5340
|
+
"organization": "W3C",
|
|
5341
|
+
"groups": [
|
|
5342
|
+
{
|
|
5343
|
+
"name": "Web Performance Working Group",
|
|
5344
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
5345
|
+
}
|
|
5346
|
+
],
|
|
5347
|
+
"title": "Network Reporting API",
|
|
5348
|
+
"source": "spec",
|
|
5349
|
+
"shortTitle": "Network Reporting API",
|
|
5350
|
+
"categories": [
|
|
5351
|
+
"browser"
|
|
5352
|
+
],
|
|
5353
|
+
"standing": "good"
|
|
5354
|
+
},
|
|
5321
5355
|
{
|
|
5322
5356
|
"url": "https://w3c.github.io/web-nfc/",
|
|
5323
5357
|
"seriesComposition": "full",
|
package/package.json
CHANGED