Closed kchanqvq closed 1 week ago
It doesn't actually breaks build-manual, which means update-document-model is indeed called from successful load. Therefore this seems like loading initial about:blank and later URLs get confused.
build-manual
update-document-model
about:blank
Turns out this is just confused error reporting. Fixed in 1dc4374.
It doesn't actually breaks
build-manual
, which meansupdate-document-model
is indeed called from successful load. Therefore this seems like loading initialabout:blank
and later URLs get confused.