It is a base network service component. It transfers text to a remote service port with cross domain ability enabled. It can split text into specified pieces and send them out one by one so that it can handle the case when the service has a limitation of the capability. The encoding is UTF-8.
See the dojox/editor/plugins/SpellCheck._SpellCheckScriptMultiPart reference documentation for more information.
Assemble the responses into one result.
Parameter | Type | Description |
---|---|---|
action | undefined | The action token |
Send the content to the service port with the specified action
Parameter | Type | Description |
---|---|---|
content | String | The text to be sent |
action | String |
Optional The action the service should take. Current support actions are ACTION_QUERY and ACTION_UPDATE |
Parameter | Type | Description |
---|---|---|
seconds | Number |