You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module is not useable in web worker without significant patching. Imo, this can be solved either:
Let user dynamically insert the needed window.
Fallback to jsdom if window is undefined.
Make the Parser class more independent from HTML/DOM since i think the main functionality is still the "parse" function. I don't how feasible it is and can be wrong here.
The text was updated successfully, but these errors were encountered:
lenhan1000
changed the title
Usage on browser's web worker
[configuration] Usage on browser's web worker
Jun 19, 2023
The module is not useable in web worker without significant patching. Imo, this can be solved either:
The text was updated successfully, but these errors were encountered: