open-im-sdk-web-wasm
open-im-sdk-web-wasm copied to clipboard
[BUG] wasm_exec.js overwritten the native window.close method
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
temporary solution: <script>var nativeClose = window.close;</script>
Because the calls between wasm and js are all registered on the window method.