Skip to content

Commit

Permalink
Get the base URL from the script rather than Module/Script Record
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored and domenic committed May 9, 2024
1 parent f499167 commit ba7a6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -109273,7 +109273,7 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
<var>referencingScript</var> is a <span>classic script</span> or a <span>JavaScript module
script</span>.</p></li>

<li><p>Set <var>fetchReferrer</var> to <var>referrer</var>'s <span
<li><p>Set <var>fetchReferrer</var> to <var>referencingScript</var>'s <span
data-x="concept-script-base-url">base URL</span>.</p></li>
</ol>

Expand Down

0 comments on commit ba7a6f3

Please sign in to comment.