browser-specs 3.54.1 → 3.55.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 +35 -1
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -4441,6 +4441,40 @@
|
|
|
4441
4441
|
],
|
|
4442
4442
|
"standing": "good"
|
|
4443
4443
|
},
|
|
4444
|
+
{
|
|
4445
|
+
"url": "https://tc39.es/proposal-float16array/",
|
|
4446
|
+
"seriesComposition": "full",
|
|
4447
|
+
"shortname": "tc39-float16array",
|
|
4448
|
+
"series": {
|
|
4449
|
+
"shortname": "tc39-float16array",
|
|
4450
|
+
"currentSpecification": "tc39-float16array",
|
|
4451
|
+
"title": "Float16Array",
|
|
4452
|
+
"shortTitle": "Float16Array",
|
|
4453
|
+
"nightlyUrl": "https://tc39.es/proposal-float16array/"
|
|
4454
|
+
},
|
|
4455
|
+
"organization": "Ecma International",
|
|
4456
|
+
"groups": [
|
|
4457
|
+
{
|
|
4458
|
+
"name": "TC39",
|
|
4459
|
+
"url": "https://tc39.es/"
|
|
4460
|
+
}
|
|
4461
|
+
],
|
|
4462
|
+
"nightly": {
|
|
4463
|
+
"url": "https://tc39.es/proposal-float16array/",
|
|
4464
|
+
"status": "Editor's Draft",
|
|
4465
|
+
"alternateUrls": [],
|
|
4466
|
+
"repository": "https://github.com/tc39/proposal-float16array",
|
|
4467
|
+
"sourcePath": "spec.html",
|
|
4468
|
+
"filename": "index.html"
|
|
4469
|
+
},
|
|
4470
|
+
"title": "Float16Array",
|
|
4471
|
+
"source": "spec",
|
|
4472
|
+
"shortTitle": "Float16Array",
|
|
4473
|
+
"categories": [
|
|
4474
|
+
"browser"
|
|
4475
|
+
],
|
|
4476
|
+
"standing": "good"
|
|
4477
|
+
},
|
|
4444
4478
|
{
|
|
4445
4479
|
"url": "https://tc39.es/proposal-intl-duration-format/",
|
|
4446
4480
|
"seriesComposition": "full",
|
|
@@ -10338,7 +10372,7 @@
|
|
|
10338
10372
|
],
|
|
10339
10373
|
"release": {
|
|
10340
10374
|
"url": "https://www.w3.org/TR/core-aam-1.2/",
|
|
10341
|
-
"status": "Candidate Recommendation
|
|
10375
|
+
"status": "Candidate Recommendation Draft",
|
|
10342
10376
|
"filename": "Overview.html"
|
|
10343
10377
|
},
|
|
10344
10378
|
"nightly": {
|
package/package.json
CHANGED