- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 05 Nov 2020 15:15:47 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 November 2020 23:16:00 UTC
Also when at all possible it'd be better to avoid global toggles in favor of method parameters. So e.g. instead of `document.allowDeclarativeShadowDOM = true` you'd do `div.setInnerHTML(html, { allowDeclarativeShadowDOM: true })`. -- 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-722699514
Received on Thursday, 5 November 2020 23:16:00 UTC