Skip to content

Commit

Permalink
Remove non-standards RaisesException extended attribute (#31)
Browse files Browse the repository at this point in the history
See whatwg/webidl#603 for discussion on standardizing a similar extended attribute in WebIDL
  • Loading branch information
dontcallmedom authored Sep 20, 2024
1 parent 498e365 commit 5fc08e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,9 @@ This method creates a {{HandwritingRecognizer}} object that satisfies the provid
<xmp class="idl">
[Exposed=Window, SecureContext]
interface HandwritingRecognizer {
[RaisesException]
HandwritingDrawing startDrawing(optional HandwritingHints hints = {});

[RaisesException] undefined finish();
undefined finish();
};

dictionary HandwritingHints {
Expand Down

0 comments on commit 5fc08e8

Please sign in to comment.