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

[BUG] wasm_exec.js overwritten the native window.close method #123

Open
OrrinHatch opened this issue Sep 2, 2024 · 2 comments
Open

[BUG] wasm_exec.js overwritten the native window.close method #123

OrrinHatch opened this issue Sep 2, 2024 · 2 comments

Comments

@OrrinHatch
Copy link

OpenIM Server Version

3.8.0

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

don't use the native window.close

Screenshots Link

No response

@OrrinHatch
Copy link
Author

temporary solution: <script>var nativeClose = window.close;</script>

@Bloomingg
Copy link
Member

Because the calls between wasm and js are all registered on the window method.

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

2 participants