This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 19
breaks when using iphone chrome #15
Comments
You could try using https://github.com/thlorenz/es6ify |
Hi @cmosguy, thanks for bringing this up. I asked about this on Twitter and my current plan is:
|
Closed
Hey @jeffcarp thanks for your quick response. How quickly can you fix this and tag update? |
It's out as Changes: 1.0.1...1.0.2 Feel free to re-open if anything comes up! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey @jeffcarp ,
This package is actually a dependency in a few other packages, specifically pwstrength-bootstrap
The problem is when everything is compiled down in es6, etc. (browserify) some browsers do no support the lines you have here:
https://github.com/jsdom/abab/blob/master/index.js#L3
We keep getting an error that says
Uncaught SyntaxError: Use of const in strict mode.
Can you fix this and remove the use of the "const" so that it is compatible?
Thanks!
Adam
The text was updated successfully, but these errors were encountered: