async-append
async-append copied to clipboard
A way to create DOM and add it to the document without blocking the main thread.
@wycats has done a lot of investigation into what are the primitive DOM operations necessary to build up a tree, as part of https://github.com/whatwg/dom/issues/270. This proposal so far has: -...
ex. a library will need to null check the batch and the arguments which is weird. `append(element, batch)` means a library like: `doSomething(optional batch = null)` could exist without using...
@tabatkins added a bunch of states that are strings, maybe we should just expose those instead of a boolean for started?
We've heard from developers that async append needs some method to force the operation to become blocking after a certain amount of time. That way rendering can't be indefinitely starved....