nolanlawson / html5workertest

Show which APIs are supported in Web Workers and Service Workers (UNMAINTAINED)
https://nolanlawson.github.io/html5workertest/
Apache License 2.0
53 stars 6 forks source link

Add WebCrypto #12

Closed nolanlawson closed 8 years ago

nolanlawson commented 8 years ago

Add WebCrypto to the list of tests, and avoid leaking to the global window object so Mocha will stop complaining about it (moved to separate PR for clarity).

nolanlawson commented 8 years ago

Related: #11