We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the chrome extension working. I tried
var dictionary = new Typo("en_US", false, false, { dictionaryPath: "typo/dictionaries" })
var dictionary = new Typo("en_US");
with typo.js included and dictionaries at the given path.
Both times, script breaks with the console output,
typo.js:255 GET chrome-extension://invalid/ net::ERR_FAILED Uncaught DOMException: Failed to execute 'send' on 'XMLHttpRequest': Failed to load
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to get the chrome extension working.
I tried
with typo.js included and dictionaries at the given path.
Both times, script breaks with the console output,
The text was updated successfully, but these errors were encountered: