Hi, thanks for implementing LightPanda which I'm hoping to be able to use with my web-accessibility proxy so that blind users will have the option of using text-mode browsers that don't support Javascript themselves.
However, I noticed that any attempt to use document.write (during page load) gives TypeError: document.write is not a function whereas it's one of the earliest DOM-modifying functions around (it predates innerHTML). Is this just "not implemented yet" or was there a deliberate decision not to support it for some reason?
Thanks.