File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- # Explainer for the TODO API
2
-
3
- ** Instructions for the explainer author: Search for "todo" in this repository and update all the
4
- instances as appropriate. For the instances in ` index.bs ` , update the repository name, but you can
5
- leave the rest until you start the specification. Then delete the TODOs and this block of text.**
1
+ # Proofreader API Explainer
6
2
7
3
* This proposal is an early design sketch by ODML and Chrome built-in AI team to describe the problem below and solicit
8
4
feedback on the proposed solution. It has not been approved to ship in Chrome.*
@@ -65,7 +61,7 @@ A created proofreader object can be used multiple times. **The only shared state
65
61
``` js
66
62
const proofreader = await Proofreader .create ();
67
63
68
- editBoxEl .addEventListener (" input " , async (event ) => {
64
+ editBoxEl .addEventListener (" onblur " , async (event ) => {
69
65
const corrections = await proofreader .proofread (event .target .value );
70
66
});
71
67
```
You can’t perform that action at this time.
0 commit comments