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
在jsLib写了pako库的url,也就是https://cdnjs.cloudflare.com/ajax/libs/pako/2.1.0/pako_inflate.min.js
在测试运行时报错误了 com.script.ScriptException: org.mozilla.javascript.EvaluatorException: TypeError: redeclaration of const i. (#2) in at line number 2
能不能修复这个问题
在jsLib写了 { "Pako": "https://cdnjs.cloudflare.com/ajax/libs/pako/2.1.0/pako.min.js" }
No response
3.25
Android 11
XiaoXinPad Pro 2021
The text was updated successfully, but these errors were encountered:
阅读的js引擎支持的js版本很旧,很多新特性都是缺失的
你需要解压的话可以用 https://developer.android.com/reference/java/util/zip/Inflater
Sorry, something went wrong.
分享书源不可能让大家给下载这个吧
可能是让用这个java库的意思?
不是有解压函数嘛,够用了吧。要还是不够用就把inflater包调用过去
No branches or pull requests
确认 / Assignments
问题描述 / Describe Bugs
在jsLib写了pako库的url,也就是https://cdnjs.cloudflare.com/ajax/libs/pako/2.1.0/pako_inflate.min.js
在测试运行时报错误了
com.script.ScriptException: org.mozilla.javascript.EvaluatorException: TypeError: redeclaration of const i. (#2) in at line number 2
能不能修复这个问题
复现步骤 / How to reproduce
在jsLib写了
{
"Pako": "https://cdnjs.cloudflare.com/ajax/libs/pako/2.1.0/pako.min.js"
}
在测试运行时报错误了
com.script.ScriptException: org.mozilla.javascript.EvaluatorException: TypeError: redeclaration of const i. (#2) in at line number 2
确认 / Assignment
其他信息 / Additions
No response
日志提交 / Relevant log output
No response
阅读版本 / Legado version
3.25
Android版本 / Android version
Android 11
机型 / Model
XiaoXinPad Pro 2021
The text was updated successfully, but these errors were encountered: