Skip to content

document.write cause document to clear #66

@congdo

Description

@congdo

Hi Guys,

Document.write in document load up should write the content inline, instead of replacing the body

Example
MYCONTENT
< script >
document.write('WOOT');
< /script >

Expected Output
MyCONTENTWOOT

Bug Output
WOOT

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions