Skip to content

Commit

Permalink
Remove irrelevant note about per-tab AudioContext limits in Chrome 66.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cooney committed Sep 30, 2021
1 parent 01f1f28 commit fa4380e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/AudioContext.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@
"version_added": false
},
"oculus": {
"notes": [
"Prior to Chrome 66, each tab is limited to 6 audio contexts in Chrome; attempting to create more will throw a <code>DOMException</code>. For details see <a href='https://developer.mozilla.org/docs/Web/API/AudioContext/AudioContext#Per-tab_audio_context_limitation_in_Chrome'>Per-tab audio context limitation in Chrome</a>.",
"If <code>latencyHint</code> isn't valid, Chrome throws a <code>TypeError</code> exception. See <a href='https://developer.mozilla.org/docs/Web/API/AudioContext/AudioContext#Non-standard_exceptions_in_Chrome'>Non-standard exceptions in Chrome</a> for details."
],
"notes": "If <code>latencyHint</code> isn't valid, Oculus Browser like Chrome throws a <code>TypeError</code> exception. See <a href='https://developer.mozilla.org/docs/Web/API/AudioContext/AudioContext#Non-standard_exceptions_in_Chrome'>Non-standard exceptions in Chrome</a> for details.",
"version_added": "5.0"
},
"opera": [
Expand Down

0 comments on commit fa4380e

Please sign in to comment.