Skip to content

Commit 55e2ce9

Browse files
committed
Note that new WebIDL may need TODO comments
We don't support all features just yet! Closes #570
1 parent f90f53c commit 55e2ce9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

guide/src/web-sys/supporting-more-web-apis.md

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
git mv webidls/available/MyWebApi.webidl webidls/enabled/MyWebApi.webidl
2929
```
3030

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+
3136
2. <input type="checkbox"/> Verify that the `web-sys` crate still builds and
3237
that its tests still pass with the new `.webidl` file enabled:
3338

0 commit comments

Comments
 (0)