NeilFraser / JS-Interpreter

A sandboxed JavaScript interpreter in JavaScript.
Apache License 2.0
1.96k stars 352 forks source link

Explicitly `close()` finished RegExp workers. #238

Closed ijc8 closed 1 year ago

ijc8 commented 1 year ago

After sending the result back to the main thread, call close() to ensure that Chromium-based browsers clean up the worker.

Fixes NeilFraser/JS-Interpreter#237.