-
Notifications
You must be signed in to change notification settings - Fork 5
Roadmap
John Tran edited this page Feb 13, 2017
·
7 revisions
- Leverage Microsoft API Catalog for list of API's
- Configure assertions to run against SauceLabs
- Add support for checking vendor prefixed/flagged support
- IDEA: Convert WEBIDL to JS for type assertions
- IDEA: Run w3c spec tests against browsers
- Support for literal-based API's:
- Support for HTML API's:
let gpu = canvas.getContext("webgpu");
// Currently, compat-db/e-p-compat can't catch this.
// Using literals from WebIDL can possibly help us here