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) let val = await store.waitGetAndDelete(uuid, timeout, reTry)
internalVMContext.close() // bug 关闭后 部分参数是需要永久保存在内存中的 比如 cookie 实例 下次调用会报错
window.close() // internalVMContext.close()
dom = null // window.close()
// dom = null
if (val != null) { if (val != null) {
return val; return val;

Loading…
Cancel
Save