4.0.0 • Published 3 years ago
@aws-crypto/ie11-detection v4.0.0
@aws-crypto/ie11-detection
Functions for interact with IE11 browsers Crypto. The IE11 window.subtle functions are unique.
This library is used to identify an IE11 window and then offering types for crypto functions.
For example see @aws-crypto/random-source-browser
Usage
import {isMsWindow} from '@aws-crypto/ie11-detection'
if (isMsWindow(window)) {
// use `window.subtle.mscrypto`
}Test
npm test
4.0.0
3 years ago
3.0.0
3 years ago
2.0.2
3 years ago
2.0.0
4 years ago
1.0.0
5 years ago
1.0.0-alpha.0
6 years ago
0.1.0-preview.4
6 years ago
0.1.0-preview.3
6 years ago
0.1.0-preview.2
6 years ago
0.1.0-preview.1
7 years ago
0.1.0
7 years ago