Re: [ServiceWorker] DOMParser within ServiceWorkers (#846)

DOM implementations in browsers are not thread-safe. And don't use a regexp to parse HTML. You need to write an HTML parser if you want to do that.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/846#issuecomment-197199179

Received on Wednesday, 16 March 2016 07:44:33 UTC