DOMException polyfill
$ npm install --save @building-block/idl-domexception$ yarn add @building-block/idl-domexceptionimport { 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