- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 11 Nov 2020 13:23:38 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 November 2020 21:23:50 UTC
That all makes sense to me, with one exception: > Replace the above with call-site parameters for all but DOMParser, which gets a constructor parameter. Sorry, I wasn't clear. I think it should be a third options argument to parseFromString(), not an option to the constructor. Currently DOMParser is completely stateless, and IMO it should stay that way. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/912#issuecomment-725668853
Received on Wednesday, 11 November 2020 21:23:50 UTC