Overview
| Comment: | [doc] Web API update |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | doc |
| Files: | files | file ages | folders |
| SHA3-256: |
0bdd05e68d37e3eb6346006b8ab36cd5 |
| User & Date: | olr on 2020-03-19 08:25:52 |
| Other Links: | manifest | tags |
Context
|
2020-03-19
| ||
| 08:31 | [doc] Web API update check-in: 2d88924e57 user: olr tags: trunk, doc | |
| 08:25 | [doc] Web API update check-in: 0bdd05e68d user: olr tags: trunk, doc | |
| 08:20 | [doc] Web API update check-in: d353472e17 user: olr tags: trunk, doc | |
Changes
Modified doc/API_web.md from [041f12ee10] to [4cb0aa8b8f].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + | # API for the web ## Using the Grammalecte API for the web **With Grammalecte 1.8+.** (beta stage) If Grammalecte is installed by the user on his browser (like Firefox or Chrome), you can call |
| ︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - - - - - + + + + + + |
·> webpage script
<> Grammalecte API (injected by the content-script, callable by the webpage script)
<> Content-script (injected by the extension, not callable by the webpage script)
<> Background script (extension core)
<· Worker running the grammar checker on a different process
|
| ︙ |