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

compiled code,named # t and # e, which may cause errors in some versions of the browser. #3324

Closed
heheping opened this issue Jun 13, 2024 · 2 comments

Comments

@heheping
Copy link

In the compiled code, there are two methods named # t and # e, which may cause errors in some versions of the browser. I tried changing these two methods to regular method names (such as Cht and Che) to solve this problem. I hope to fix this bug in future versions.

@heheping
Copy link
Author

change two methods name can solve this problem

@UziTech
Copy link
Member

UziTech commented Jun 13, 2024

Those are private methods that work in all major browsers.

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

No branches or pull requests

2 participants