Package detail

@aws-crypto/ie11-detection

aws23mApache-2.04.0.0

Provides functions and types for detecting if the host environment is IE11

readme

@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

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.0 (2023-02-20)

Note: Version bump only for package @aws-crypto/ie11-detection

3.0.0 (2023-01-12)

Note: Version bump only for package @aws-crypto/ie11-detection

2.0.2 (2022-09-07)

Note: Version bump only for package @aws-crypto/ie11-detection

2.0.0 (2021-10-25)

Note: Version bump only for package @aws-crypto/ie11-detection

1.0.0 (2020-10-22)

Bug Fixes

  • replace sourceRoot -> rootDir in tsconfig (#169) (d437167)

1.0.0-alpha.0 (2020-02-07)

Note: Version bump only for package @aws-crypto/ie11-detection

0.1.0-preview.4 (2020-01-16)

Bug Fixes

  • Changed package.json files to point to the right Git repo (#9) (028245d), closes #8
  • lerna version maintains package-lock (#14) (2ef29e1), closes #13

0.1.0-preview.3 (2019-11-15)

Bug Fixes

  • Changed package.json files to point to the right Git repo (#9) (028245d), closes #8
  • lerna version maintains package-lock (#14) (2ef29e1), closes #13

0.1.0-preview.2 (2019-10-30)

Bug Fixes

  • remove /src/ from .npmignore (for sourcemaps) (#5) (ec52056)