summaryrefslogtreecommitdiff
path: root/source/bower_components/modernizr/feature-detects/audio-webaudio-api.js
blob: 46d3c63a5f63cb8945b591a6bbdfdcc52b9c5382 (plain)
1
2
3
4
// Web Audio API
// https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html
// By Addy Osmani
Modernizr.addTest('webaudio', !!(window.webkitAudioContext || window.AudioContext));