You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.3 KiB

{
"javascript": {
"operators": {
"yield": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/yield",
"spec_url": "https://tc39.es/ecma262/#prod-YieldExpression",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": {
"version_added": "39"
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "26",
"notes": [
"Starting with Firefox 33, the parsing of the <code>yield</code> expression has been updated to conform with the ES2015 specification.",
"Starting with Firefox 29, an <code>IteratorResult</code> object returned for completed generator function."
]
},
"firefox_android": {
"version_added": "26",
"notes": [
"Starting with Firefox 33, the parsing of the <code>yield</code> expression has been updated to conform with the ES2015 specification.",
"Starting with Firefox 29, an <code>IteratorResult</code> object returned for completed generator function."
]
},
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "4.0.0"
},
{
"version_added": "0.12",
"flags": [
{
"type": "runtime_flag",
"name": "--harmony"
}
]
}
],
"opera": {
"version_added": "26"
},
"opera_android": {
"version_added": "26"
},
"safari": {
"version_added": "10"
},
"safari_ios": {
"version_added": "10"
},
"samsunginternet_android": {
"version_added": "4.0"
},
"webview_android": {
"version_added": "39"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}