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
62
73* This proposal is an early design sketch by ODML and Chrome built-in AI team to describe the problem below and solicit
84feedback 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
6561``` js
6662const proofreader = await Proofreader .create ();
6763
68- editBoxEl .addEventListener (" input " , async (event ) => {
64+ editBoxEl .addEventListener (" onblur " , async (event ) => {
6965 const corrections = await proofreader .proofread (event .target .value );
7066});
7167```
You can’t perform that action at this time.
0 commit comments