We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3665f6d commit 498e365Copy full SHA for 498e365
spec.bs
@@ -336,7 +336,7 @@ This method creates a {{HandwritingRecognizer}} object that satisfies the provid
336
337
<h3 id="handwriting-recognizer-object">{{HandwritingRecognizer}} object </h3>
338
<xmp class="idl">
339
-[SecureContext]
+[Exposed=Window, SecureContext]
340
interface HandwritingRecognizer {
341
[RaisesException]
342
HandwritingDrawing startDrawing(optional HandwritingHints hints = {});
@@ -447,7 +447,7 @@ drawing.clear();
447
</xmp>
448
449
450
451
interface HandwritingDrawing {
452
undefined addStroke(HandwritingStroke stroke);
453
undefined removeStroke(HandwritingStroke stroke);
0 commit comments