@building-block/idl-domexception
v1.0.0-alpha.1
Published
DOMException polyfill
Readme
idl-domexception
DOMException polyfill
Installation
Using npm:
$ npm install --save @building-block/idl-domexceptionUsing yarn:
$ yarn add @building-block/idl-domexceptionUsage
import { polyfill } from '@building-block/idl-domexception';
polyfill();Alternatively, you can import the polyfill directly to run the side-effects:
import '@building-block/idl-domexception/polyfill';Try with Runkit
