mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
FrameLoader now begins by constructing a DOM::Document, and then builds a document tree inside it based on the MIME type. For text/html we pass control to the HTMLDocumentParser as before. This gives us access to things like window.alert() during parsing. Fixes #3973.
2.2 KiB
2.2 KiB