MIDI.js icon indicating copy to clipboard operation
MIDI.js copied to clipboard

Consistently use webkitAudioContext as an alias for AudioContext

Open gagern opened this issue 9 years ago • 0 comments

MIDI.js does consider webkitAudioContext as an alternative to AudioContext in some places, but not consistently so far. The commit at hand changes that. This is required to support WebAudio on Safari at least till version 10, see http://caniuse.com/#feat=audio-api for use of this prefix.

gagern avatar Sep 15 '16 13:09 gagern