jsdom / webidl2js

Auto-generate JS class structures for Web IDL specifications
MIT License
79 stars 30 forks source link

Create `TypeError`s and `Promise`s in the correct realm #242

Closed ExE-Boss closed 2 years ago

ExE-Boss commented 3 years ago

This makes it so that TypeErrors and Promises are created with the correct prototype chain.

Depends on: