Grammalecte  Diff

Differences From Artifact [4cb0aa8b8f]:

To Artifact [6481a45de5]:


36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
    <· Worker running the grammar checker on a different process


### Detecting if the Grammalecte API is here

Every call to the Grammalecte API will be done via an object called `oGrammalecteAPI`.

    if (typeof(oGrammalecteAPI) === "object") {
        ...
    }


### Version of the Grammalecte API

    oGrammalecteAPI.sVersion







|







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
    <· Worker running the grammar checker on a different process


### Detecting if the Grammalecte API is here

Every call to the Grammalecte API will be done via an object called `oGrammalecteAPI`.

    if (typeof(oGrammalecteAPI) === "object"  &&  oGrammalecteAPI !== null) {
        ...
    }


### Version of the Grammalecte API

    oGrammalecteAPI.sVersion