web-specs 2.0.0 → 2.1.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 +44 -38
- package/package.json +2 -2
package/index.json
CHANGED
|
@@ -3114,43 +3114,6 @@
|
|
|
3114
3114
|
"browser"
|
|
3115
3115
|
]
|
|
3116
3116
|
},
|
|
3117
|
-
{
|
|
3118
|
-
"url": "https://wicg.github.io/app-history/",
|
|
3119
|
-
"seriesComposition": "full",
|
|
3120
|
-
"shortname": "app-history",
|
|
3121
|
-
"series": {
|
|
3122
|
-
"shortname": "app-history",
|
|
3123
|
-
"currentSpecification": "app-history",
|
|
3124
|
-
"title": "App History API",
|
|
3125
|
-
"shortTitle": "App History API",
|
|
3126
|
-
"nightlyUrl": "https://wicg.github.io/app-history/"
|
|
3127
|
-
},
|
|
3128
|
-
"organization": "W3C",
|
|
3129
|
-
"groups": [
|
|
3130
|
-
{
|
|
3131
|
-
"name": "Web Platform Incubator Community Group",
|
|
3132
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
3133
|
-
}
|
|
3134
|
-
],
|
|
3135
|
-
"nightly": {
|
|
3136
|
-
"url": "https://wicg.github.io/app-history/",
|
|
3137
|
-
"repository": "https://github.com/WICG/app-history",
|
|
3138
|
-
"sourcePath": "spec.bs",
|
|
3139
|
-
"filename": "index.html"
|
|
3140
|
-
},
|
|
3141
|
-
"title": "App History API",
|
|
3142
|
-
"source": "spec",
|
|
3143
|
-
"shortTitle": "App History API",
|
|
3144
|
-
"categories": [
|
|
3145
|
-
"browser"
|
|
3146
|
-
],
|
|
3147
|
-
"tests": {
|
|
3148
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
3149
|
-
"testPaths": [
|
|
3150
|
-
"app-history"
|
|
3151
|
-
]
|
|
3152
|
-
}
|
|
3153
|
-
},
|
|
3154
3117
|
{
|
|
3155
3118
|
"url": "https://wicg.github.io/background-fetch/",
|
|
3156
3119
|
"seriesComposition": "full",
|
|
@@ -3291,7 +3254,13 @@
|
|
|
3291
3254
|
"shortTitle": "Close Watcher API",
|
|
3292
3255
|
"categories": [
|
|
3293
3256
|
"browser"
|
|
3294
|
-
]
|
|
3257
|
+
],
|
|
3258
|
+
"tests": {
|
|
3259
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
3260
|
+
"testPaths": [
|
|
3261
|
+
"close-watcher"
|
|
3262
|
+
]
|
|
3263
|
+
}
|
|
3295
3264
|
},
|
|
3296
3265
|
{
|
|
3297
3266
|
"url": "https://wicg.github.io/compression/",
|
|
@@ -4405,6 +4374,43 @@
|
|
|
4405
4374
|
"browser"
|
|
4406
4375
|
]
|
|
4407
4376
|
},
|
|
4377
|
+
{
|
|
4378
|
+
"url": "https://wicg.github.io/navigation-api/",
|
|
4379
|
+
"seriesComposition": "full",
|
|
4380
|
+
"shortname": "navigation-api",
|
|
4381
|
+
"series": {
|
|
4382
|
+
"shortname": "navigation-api",
|
|
4383
|
+
"currentSpecification": "navigation-api",
|
|
4384
|
+
"title": "Navigation API",
|
|
4385
|
+
"shortTitle": "Navigation API",
|
|
4386
|
+
"nightlyUrl": "https://wicg.github.io/navigation-api/"
|
|
4387
|
+
},
|
|
4388
|
+
"organization": "W3C",
|
|
4389
|
+
"groups": [
|
|
4390
|
+
{
|
|
4391
|
+
"name": "Web Platform Incubator Community Group",
|
|
4392
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
4393
|
+
}
|
|
4394
|
+
],
|
|
4395
|
+
"nightly": {
|
|
4396
|
+
"url": "https://wicg.github.io/navigation-api/",
|
|
4397
|
+
"repository": "https://github.com/WICG/navigation-api",
|
|
4398
|
+
"sourcePath": "spec.bs",
|
|
4399
|
+
"filename": "index.html"
|
|
4400
|
+
},
|
|
4401
|
+
"title": "Navigation API",
|
|
4402
|
+
"source": "spec",
|
|
4403
|
+
"shortTitle": "Navigation API",
|
|
4404
|
+
"categories": [
|
|
4405
|
+
"browser"
|
|
4406
|
+
],
|
|
4407
|
+
"tests": {
|
|
4408
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
4409
|
+
"testPaths": [
|
|
4410
|
+
"app-history"
|
|
4411
|
+
]
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4408
4414
|
{
|
|
4409
4415
|
"url": "https://wicg.github.io/netinfo/",
|
|
4410
4416
|
"seriesComposition": "full",
|
package/package.json
CHANGED