Open
Description
Hi!
I am curious to know if worker-dom
has all the required DOM API coverage to allow 3p scripts like trackers/analytics(ga, gtm)/captcha(recaptcha)
etc. These scripts often introduce long tasks on the main thread, leading to janks and delay in input.
It would be great if these scripts could run in worker-dom
and help avoid the main thread long tasks.
Also, if this is already put in production anywhere then links to those pages would be great help.
Thanks!