browser-specs 4.6.1 → 4.7.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 +42 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -4628,6 +4628,40 @@
|
|
|
4628
4628
|
],
|
|
4629
4629
|
"standing": "good"
|
|
4630
4630
|
},
|
|
4631
|
+
{
|
|
4632
|
+
"url": "https://tc39.es/proposal-dynamic-code-brand-checks/",
|
|
4633
|
+
"seriesComposition": "full",
|
|
4634
|
+
"shortname": "tc39-dynamic-code-brand-checks",
|
|
4635
|
+
"series": {
|
|
4636
|
+
"shortname": "tc39-dynamic-code-brand-checks",
|
|
4637
|
+
"currentSpecification": "tc39-dynamic-code-brand-checks",
|
|
4638
|
+
"title": "Dynamic Code Brand Checks",
|
|
4639
|
+
"shortTitle": "Dynamic Code Brand Checks",
|
|
4640
|
+
"nightlyUrl": "https://tc39.es/proposal-dynamic-code-brand-checks/"
|
|
4641
|
+
},
|
|
4642
|
+
"organization": "Ecma International",
|
|
4643
|
+
"groups": [
|
|
4644
|
+
{
|
|
4645
|
+
"name": "TC39",
|
|
4646
|
+
"url": "https://tc39.es/"
|
|
4647
|
+
}
|
|
4648
|
+
],
|
|
4649
|
+
"nightly": {
|
|
4650
|
+
"url": "https://tc39.es/proposal-dynamic-code-brand-checks/",
|
|
4651
|
+
"status": "Editor's Draft",
|
|
4652
|
+
"alternateUrls": [],
|
|
4653
|
+
"repository": "https://github.com/tc39/proposal-dynamic-code-brand-checks",
|
|
4654
|
+
"sourcePath": "spec.emu",
|
|
4655
|
+
"filename": "index.html"
|
|
4656
|
+
},
|
|
4657
|
+
"title": "Dynamic Code Brand Checks",
|
|
4658
|
+
"source": "spec",
|
|
4659
|
+
"shortTitle": "Dynamic Code Brand Checks",
|
|
4660
|
+
"categories": [
|
|
4661
|
+
"browser"
|
|
4662
|
+
],
|
|
4663
|
+
"standing": "good"
|
|
4664
|
+
},
|
|
4631
4665
|
{
|
|
4632
4666
|
"url": "https://tc39.es/proposal-explicit-resource-management/",
|
|
4633
4667
|
"seriesComposition": "full",
|
|
@@ -19027,6 +19061,10 @@
|
|
|
19027
19061
|
{
|
|
19028
19062
|
"name": "Devices and Sensors Working Group",
|
|
19029
19063
|
"url": "https://www.w3.org/das/"
|
|
19064
|
+
},
|
|
19065
|
+
{
|
|
19066
|
+
"name": "Web Applications Working Group",
|
|
19067
|
+
"url": "https://www.w3.org/groups/wg/webapps/"
|
|
19030
19068
|
}
|
|
19031
19069
|
],
|
|
19032
19070
|
"release": {
|
|
@@ -20134,6 +20172,10 @@
|
|
|
20134
20172
|
{
|
|
20135
20173
|
"name": "Devices and Sensors Working Group",
|
|
20136
20174
|
"url": "https://www.w3.org/das/"
|
|
20175
|
+
},
|
|
20176
|
+
{
|
|
20177
|
+
"name": "Web Applications Working Group",
|
|
20178
|
+
"url": "https://www.w3.org/groups/wg/webapps/"
|
|
20137
20179
|
}
|
|
20138
20180
|
],
|
|
20139
20181
|
"release": {
|
package/package.json
CHANGED