UNPKG

midi-player-js

Version:

Midi parser & player engine for browser or Node. Works well with single or multitrack MIDI files.

24 lines (23 loc) 565 B
/*! { "name": "Web Cryptography", "property": "cryptography", "caniuse": "cryptography", "tags": ["crypto"], "authors": ["roblarsen"], "notes": [{ "name": "W3C Editor's Draft", "href": "https://www.w3.org/TR/WebCryptoAPI/" }], "polyfills": [ "polycrypt" ] } !*/ /* DOC Detects support for the cryptographic functionality available under window.crypto.subtle */ define(['Modernizr', 'prefixed'], function(Modernizr, prefixed) { var crypto = prefixed('crypto', window); Modernizr.addTest('crypto', !!prefixed('subtle', crypto)); });