blob: 09bc3d8b49f788ebd7a7d3f37a79a17e5d2077b9 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/WICG/handwriting-recognition/blob/main/explainer.md
[
SecureContext,
RuntimeEnabled=HandwritingRecognition
] interface HandwritingRecognizer {
[CallWith=ScriptState, RaisesException]
HandwritingDrawing startDrawing(optional HandwritingHints hints = {});
[RaisesException] void finish();
};