Skip to content

lib: make DOMException attributes configurable and enumerable

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/enum-dom into master

The name, message and code attributes of the DOMException interface should be enumerable and configurable. Aligning the definition with the Web allows us to use it when running the Web Platform Tests.

Refs: https://heycam.github.io/webidl/#idl-DOMException Refs: https://github.com/web-platform-tests/wpt/commit/125950d10a346482075c55d27f61a1021ca68d68

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading