This repository was archived by the owner on Mar 19, 2025. It is now read-only.
Releases: hwcrypto/hwcrypto.js
Releases · hwcrypto/hwcrypto.js
0.0.11
Fix IE8/IE9
IE8/IE9 only have console.log() when the developer tools are open. From testing perspective, when testing with IE11 and compatibility mode, developer tools are almost always open...
Legacy IE support
- Necessary dependencies for old IE browsers are bundled into
hwcrypto-legacy.js
You only need to download hwcrypto.js
(or hwcrypto.min.js
for the minified version). Dependencies (typed array and Promises) for older IE-s is bundled in hwcrypto-legacy.js
, which must also be included (before) hwcrypto.js
:
<script src="hwcrypto-legacy.js"></script>
<script src="hwcrypto.js"></script>
0.0.7
Release now does full JSHint check on the library