AudioContext()

Source

factory AudioContext() => JS('AudioContext',
    'new (window.AudioContext || window.webkitAudioContext)()');