We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498e365 commit 5fc08e8Copy full SHA for 5fc08e8
spec.bs
@@ -338,10 +338,9 @@ This method creates a {{HandwritingRecognizer}} object that satisfies the provid
338
<xmp class="idl">
339
[Exposed=Window, SecureContext]
340
interface HandwritingRecognizer {
341
- [RaisesException]
342
HandwritingDrawing startDrawing(optional HandwritingHints hints = {});
343
344
- [RaisesException] undefined finish();
+ undefined finish();
345
};
346
347
dictionary HandwritingHints {
0 commit comments