Skip to content

Add Support for Mounting Script When Body Doesn't Exist.

Compare
Choose a tag to compare
@alexmacarthur alexmacarthur released this 11 Nov 05:01
· 6 commits to master since this release

Previously, the localEntryPoint was injected just before the closing </body> tag. This was usually fine, sometimes, people may work with a page that doesn't have HTML from a full page. This change makes it so that when the </body> tag doesn't exist, the script tag will be injected after any of the HTML that is found.