-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Breaks IE11 (which is supported by docsify v4) #6
Labels
bug
Something isn't working
Comments
jhildenbiddle
changed the title
Breaks IE11
Breaks IE11 (which is supported by docsify v4)
Jun 14, 2020
Since method definitions are not valid in IE11, it should be
Made a PR at #7. |
fixed in newest version, thanks |
Thanks @njleonzhang! |
This was referenced Jul 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This plugin is using ES2015 method definition shorthand syntax which is not supported by IE11:
docsify-plugin-codefund/index.js
Lines 17 to 28 in 4438c6c
Since IE11 is officially support by docsify, docsify plugins should be authored using only ES5 or transpiled from ES6+ to ES5 using a tool like Babel. This plugin is used on docsify.js.org which fails to load properly in IE11 as a result of this issue.
Thanks!
The text was updated successfully, but these errors were encountered: