@aws-crypto/ie11-detection
Provides functions and types for detecting if the host environment is IE11
Last updated 5 years ago by seebees .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @aws-crypto/ie11-detection 
SYNC missed versions from official npm registry.

@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

Current Tags

  • 4.0.0                                ...           latest (2 years ago)

11 Versions

  • 4.0.0                                ...           2 years ago
  • 3.0.0                                ...           2 years ago
  • 2.0.2                                ...           2 years ago
  • 2.0.0                                ...           3 years ago
  • 1.0.0                                ...           4 years ago
  • 1.0.0-alpha.0                                ...           5 years ago
  • 0.1.0-preview.4                                ...           5 years ago
  • 0.1.0-preview.3                                ...           5 years ago
  • 0.1.0-preview.2                                ...           5 years ago
  • 0.1.0-preview.1                                ...           6 years ago
  • 0.1.0 [deprecated]           ...           6 years ago
Downloads
Total 26
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None

© 2010 - cnpmjs.org x YWFE | Home | YWFE