Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 366 Bytes

Readme.md

File metadata and controls

31 lines (19 loc) · 366 Bytes

canplaytype

Audio canplaytype douchebaggery removed

Installation

$ component install yields/canplaytype

API

canplaytype([type])

the type is defaulted to audio/mpeg;.

canplaytype();
// > maybe

// no window.Audio
canplaytype();
// > false

// cannot play the given type
canplaytype('foo');
// > false

License

MIT