v0.10.3 brings better fetch headers and Web Platform Test verification #181
stroiman
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't intend to announce every release, and this isn't even a feature, but it's an achievement I am particularly proud of.
Important
Gost-DOM now use parts of the Web Platform Tests as part of it's verification!1
Web Platform Tests is a test suite for verifying browser behaviour, used by, and contributed to, by all browser manufacturers.
This helps ensure Gost-DOM behaves as a browser should in the supported areas.
3rd party extensions can also benefit from this2. A goal of Gost-DOM is to allow 3rd party modules to implement the web APIs that are out of scope for Gost-DOM tiself. With a WPT framework in place, module authors can eventually use the same foundation to run their own subset of the WPT suite.
Adding WPT has not only caught a few bugs, it has helped me gain deeper understanding of both browsers, as well as JavaScript.
Footnotes
Although only an extremely small subset of the suite. ↩
3rd party extension modules aren't supported yet. A solid foundation is emerging, but still kept in
internalAPIs. ↩Beta Was this translation helpful? Give feedback.
All reactions