Versions Compared

Key

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

...

Rarely we can introduce drastic changes to the user interface or overall user experience. Thus, it might require extra time for existing customers to adapt to changes.

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

Path to the latest version:

Code Block
title
languagejs
themeEmacsPath 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
themeEmacs
titleA specific version
<script src='https://cdn.jsdelivr.net/gh/WebSpellChecker/wproofreader@5.7x.1x.1x/wscbundle/wscbundle.js'></script>

Select the required release tag from the open WProofreader repository. The scope of changes in each release will be available on the public changelog.

2. Make sure you have the additional service endpoint (serviceProtocol, serviceHost, servicePort, servicePath) parameters explicitly specified in the configuration script as shown below.

Code Block
languagejs
themeEmacs
...
serviceProtocol: 'http',
serviceHost: 'svc.webspellchecker.net',
servicePort: '443',
servicePath: 'spellcheck31/api'
...

Otherwise, you might receive an error like this:

Warning
iconfalse

“CORS response parsing error: SyntaxError: Unexpected token 'M', "Method Not Allowed" is not valid JSON”.