revere.dev/safelock/dashboard/node_modules/@aws-crypto/ie11-detection
Brandon Hall 87bad2254c Remi a skid 2024-07-01 20:55:25 +01:00
..
build Remi a skid 2024-07-01 20:55:25 +01:00
node_modules/tslib Remi a skid 2024-07-01 20:55:25 +01:00
src Remi a skid 2024-07-01 20:55:25 +01:00
CHANGELOG.md Remi a skid 2024-07-01 20:55:25 +01:00
LICENSE Remi a skid 2024-07-01 20:55:25 +01:00
README.md Remi a skid 2024-07-01 20:55:25 +01:00
package.json Remi a skid 2024-07-01 20:55:25 +01:00
tsconfig.json Remi a skid 2024-07-01 20:55:25 +01:00

README.md

@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