You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
289 B

3 months ago
  1. 'use strict';
  2. require('../modules/es.error.to-string');
  3. require('../modules/web.dom-exception.constructor');
  4. require('../modules/web.dom-exception.stack');
  5. require('../modules/web.dom-exception.to-string-tag');
  6. var path = require('../internals/path');
  7. module.exports = path.DOMException;