Skip to content
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

The script does not work in internet explorer #2144

Open
xaozai opened this issue Mar 30, 2024 · 0 comments
Open

The script does not work in internet explorer #2144

xaozai opened this issue Mar 30, 2024 · 0 comments

Comments

@xaozai
Copy link

xaozai commented Mar 30, 2024

This script does not work in Internet Explorer [which is installed by default in Windows Server 2019].
It does not work because it uses MS-reserved names, such as default, catch, finally, return etc.
For example: Object.prototype.hasOwnProperty.call(g,"default")?g.default, return:function(){jo=!0}};, if(!wk.catch||!wk.finally)return!0;.
All such names should be framed with single quotes.

All these errors are displayed in the developer Tools console built into IE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant