- From: Mason Freed <notifications@github.com>
- Date: Wed, 11 Nov 2020 20:18:50 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 November 2020 04:19:03 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. Ok, that's an easy enough change, I think. I'll try to get that landed tomorrow. @annevk, any issues overall? -- 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-725825635
Received on Thursday, 12 November 2020 04:19:03 UTC