Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the initialization of WProofreader, you are required to specify the path to wscbundle.js script. Its default and recommended path is below.

Path to the latest version:

Code Block
languagejs
themeEmacs
titlePath to the latest version
<script type="text/javascript" src="https://svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js"></script>

A An example of a specific version of wscbunleof wscbunle.js using jsDelivr CDN.

Code Block
languagejs
themeEmacstitleA specific version
<script src='https://cdn.jsdelivr.net/gh/WebSpellChecker/[email protected]/wscbundle/wscbundle.js'></script>

...