browser-specs 4.1.0 → 4.2.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 +68 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -4455,6 +4455,40 @@
|
|
|
4455
4455
|
],
|
|
4456
4456
|
"standing": "good"
|
|
4457
4457
|
},
|
|
4458
|
+
{
|
|
4459
|
+
"url": "https://tc39.es/proposal-arraybuffer-base64/spec/",
|
|
4460
|
+
"seriesComposition": "full",
|
|
4461
|
+
"shortname": "tc39-arraybuffer-base64",
|
|
4462
|
+
"series": {
|
|
4463
|
+
"shortname": "tc39-arraybuffer-base64",
|
|
4464
|
+
"currentSpecification": "tc39-arraybuffer-base64",
|
|
4465
|
+
"title": "Uint8Array to/from base64",
|
|
4466
|
+
"shortTitle": "Uint8Array to/from base64",
|
|
4467
|
+
"nightlyUrl": "https://tc39.es/proposal-arraybuffer-base64/spec/"
|
|
4468
|
+
},
|
|
4469
|
+
"nightly": {
|
|
4470
|
+
"url": "https://tc39.es/proposal-arraybuffer-base64/spec/",
|
|
4471
|
+
"status": "Editor's Draft",
|
|
4472
|
+
"sourcePath": "spec.html",
|
|
4473
|
+
"alternateUrls": [],
|
|
4474
|
+
"repository": "https://github.com/tc39/proposal-arraybuffer-base64",
|
|
4475
|
+
"filename": "index.html"
|
|
4476
|
+
},
|
|
4477
|
+
"organization": "Ecma International",
|
|
4478
|
+
"groups": [
|
|
4479
|
+
{
|
|
4480
|
+
"name": "TC39",
|
|
4481
|
+
"url": "https://tc39.es/"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"title": "Uint8Array to/from base64",
|
|
4485
|
+
"source": "spec",
|
|
4486
|
+
"shortTitle": "Uint8Array to/from base64",
|
|
4487
|
+
"categories": [
|
|
4488
|
+
"browser"
|
|
4489
|
+
],
|
|
4490
|
+
"standing": "good"
|
|
4491
|
+
},
|
|
4458
4492
|
{
|
|
4459
4493
|
"url": "https://tc39.es/proposal-arraybuffer-transfer/",
|
|
4460
4494
|
"seriesComposition": "full",
|
|
@@ -6904,6 +6938,40 @@
|
|
|
6904
6938
|
],
|
|
6905
6939
|
"standing": "good"
|
|
6906
6940
|
},
|
|
6941
|
+
{
|
|
6942
|
+
"url": "https://wicg.github.io/digital-identities/",
|
|
6943
|
+
"seriesComposition": "full",
|
|
6944
|
+
"shortname": "digital-identities",
|
|
6945
|
+
"series": {
|
|
6946
|
+
"shortname": "digital-identities",
|
|
6947
|
+
"currentSpecification": "digital-identities",
|
|
6948
|
+
"title": "Digital Credentials",
|
|
6949
|
+
"shortTitle": "Digital Credentials",
|
|
6950
|
+
"nightlyUrl": "https://wicg.github.io/digital-identities/"
|
|
6951
|
+
},
|
|
6952
|
+
"organization": "W3C",
|
|
6953
|
+
"groups": [
|
|
6954
|
+
{
|
|
6955
|
+
"name": "Web Platform Incubator Community Group",
|
|
6956
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
6957
|
+
}
|
|
6958
|
+
],
|
|
6959
|
+
"nightly": {
|
|
6960
|
+
"url": "https://wicg.github.io/digital-identities/",
|
|
6961
|
+
"status": "Draft Community Group Report",
|
|
6962
|
+
"alternateUrls": [],
|
|
6963
|
+
"repository": "https://github.com/WICG/digital-identities",
|
|
6964
|
+
"sourcePath": "index.html",
|
|
6965
|
+
"filename": "index.html"
|
|
6966
|
+
},
|
|
6967
|
+
"title": "Digital Credentials",
|
|
6968
|
+
"source": "spec",
|
|
6969
|
+
"shortTitle": "Digital Credentials",
|
|
6970
|
+
"categories": [
|
|
6971
|
+
"browser"
|
|
6972
|
+
],
|
|
6973
|
+
"standing": "good"
|
|
6974
|
+
},
|
|
6907
6975
|
{
|
|
6908
6976
|
"url": "https://wicg.github.io/document-picture-in-picture/",
|
|
6909
6977
|
"seriesComposition": "full",
|
package/package.json
CHANGED