master
刘东琪 10 months ago
parent d761da21e6
commit 8bc3201f58
  1. 7
      routes/index.js

@ -122,9 +122,10 @@ async function handle(url, htmlStr, jsText, cookie, userAgent) {
}
let val = await store.waitGetAndDelete(uuid, timeout, reTry)
internalVMContext.close()
window.close()
dom = null
// bug 关闭后 部分参数是需要永久保存在内存中的 比如 cookie 实例 下次调用会报错
// internalVMContext.close()
// window.close()
// dom = null
if (val != null) {
return val;

Loading…
Cancel
Save