blob: 27b3dffd984f07d3d3f03c79bafcf7eff97fc1c6 [file] [edit]
{
"javascript": {
"operators": {
"yield_star": {
"__compat": {
"description": "<code>yield*</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/yield*",
"spec_url": "https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-generator-function-definitions-runtime-semantics-evaluation",
"support": {
"chrome": {
"version_added": "39"
},
"chrome_android": "mirror",
"deno": {
"version_added": "1.0"
},
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "27",
"notes": "Starting with Firefox 33, the parsing of the <code>yield</code> expression has been updated to conform with the ES2015 specification."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"nodejs": {
"version_added": "4.0.0"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}