User interface enhancements and beta features for http://ckeditor-spellcheck.nanospell.com . This repo is for nanospell developers and trusted partners to modify and fork plugin.js
Other
0
stars
0
forks
source link
Add block request limit to reduce number of ajax calls on initial load #14
This will batch word checks sent to the spellcheck API to reduce the overall number of requests, while still maintaining parallel rendering after the response is received. The number of blocks combined per request can be modified with the BLOCK_REQUEST_LIMIT at the top of the plugin.js file.
This will batch word checks sent to the spellcheck API to reduce the overall number of requests, while still maintaining parallel rendering after the response is received. The number of blocks combined per request can be modified with the BLOCK_REQUEST_LIMIT at the top of the plugin.js file.