See this comment.
Some times the place where the new content needs to be streamed into is not necessarily an "element". Perhaps it's a set of <li> elements inside a <ul>? Can we stream into something that's somehow invisible in the DOM, like a fragment? See whatwg/dom#736
See this comment.
Some times the place where the new content needs to be streamed into is not necessarily an "element". Perhaps it's a set of
<li>elements inside a<ul>? Can we stream into something that's somehow invisible in the DOM, like a fragment? See whatwg/dom#736