Skip to content

Commit 04a6b8b

Browse files
authored
Add missing api.MIDIOutputMap.@@iterator feature (#18763)
This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `@@iterator` member of the MIDIOutputMap API, populating the results using data from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v7.1.5). Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/MIDIOutputMap/@@iterator _Check out the [collector's guide on how to review this PR](https://github.com/GooborgStudios/mdn-bcd-collector#reviewing-bcd-changes)._
1 parent 2a473d3 commit 04a6b8b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

api/MIDIOutputMap.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,40 @@
376376
"deprecated": false
377377
}
378378
}
379+
},
380+
"@@iterator": {
381+
"__compat": {
382+
"support": {
383+
"chrome": {
384+
"version_added": "43"
385+
},
386+
"chrome_android": "mirror",
387+
"edge": "mirror",
388+
"firefox": {
389+
"version_added": "108"
390+
},
391+
"firefox_android": {
392+
"version_added": false
393+
},
394+
"ie": {
395+
"version_added": false
396+
},
397+
"oculus": "mirror",
398+
"opera": "mirror",
399+
"opera_android": "mirror",
400+
"safari": {
401+
"version_added": false
402+
},
403+
"safari_ios": "mirror",
404+
"samsunginternet_android": "mirror",
405+
"webview_android": "mirror"
406+
},
407+
"status": {
408+
"experimental": false,
409+
"standard_track": true,
410+
"deprecated": false
411+
}
412+
}
379413
}
380414
}
381415
}

0 commit comments

Comments
 (0)