We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90f53c commit 55e2ce9Copy full SHA for 55e2ce9
guide/src/web-sys/supporting-more-web-apis.md
@@ -28,6 +28,11 @@
28
git mv webidls/available/MyWebApi.webidl webidls/enabled/MyWebApi.webidl
29
```
30
31
+ Note that not all the existing WebIDL files in `available/*` have valid
32
+ syntax, so if you get a syntax error on a new WebIDL file (or otherwise hit
33
+ an unsupported operation), feel free to comment it out with a `TODO` to fix
34
+ later.
35
+
36
2. <input type="checkbox"/> Verify that the `web-sys` crate still builds and
37
that its tests still pass with the new `.webidl` file enabled:
38
0 commit comments