Skip to content

Commit 5fc08e8

Browse files
Remove non-standards RaisesException extended attribute (#31)
See whatwg/webidl#603 for discussion on standardizing a similar extended attribute in WebIDL
1 parent 498e365 commit 5fc08e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec.bs

+1-2
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,9 @@ This method creates a {{HandwritingRecognizer}} object that satisfies the provid
338338
<xmp class="idl">
339339
[Exposed=Window, SecureContext]
340340
interface HandwritingRecognizer {
341-
[RaisesException]
342341
HandwritingDrawing startDrawing(optional HandwritingHints hints = {});
343342

344-
[RaisesException] undefined finish();
343+
undefined finish();
345344
};
346345

347346
dictionary HandwritingHints {

0 commit comments

Comments
 (0)