Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@domenic domenic released this 07 Dec 18:29

The breaking change in this release is raising the minimum Node.js version to v8.

This release introduces the domexception/webidl2js-wrapper module, which can be used to install DOMException constructors on arbitrary global objects, using that global object's Error constructor. (This is useful for jsdom, after jsdom/jsdom@5e39a4c). Consumers of the default domexception module are not affected.