UNPKG

node-domexception

Version:

An implementation of the DOMException class from NodeJS

6 lines (4 loc) 192 B
/*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */ globalThis.DOMException ??= (() => { try { atob(0) } catch (err) { return err.constructor } })()