Skip to content

Release Candidate 2

Choose a tag to compare

@apowers313 apowers313 released this 20 Sep 05:19
· 1 commit to master since this release

Update location information that is passed into the script callback. startLocation now describes the location of the opening <script> tag, location describes the location of the code, and endLocation describes the location of the closing </script> tag.

Note, this is breaking change for implementations previously using the location property, since it previously described the location from the beginning of the <script> tag to the end of the closing </script> tag.