diff --git a/source b/source index e16fdfec63c..bf4284c3506 100644 --- a/source +++ b/source @@ -97857,10 +97857,10 @@ document.querySelector("button").addEventListener("click", bound);
A base URL
-

A base URL used for resolving - module specifiers. This will either be the URL from which the script was obtained, for - external scripts, or the document base URL of the containing document, for inline - scripts.

+

Null or a base URL used for resolving module specifiers. When non-null, this will either be the URL from + which the script was obtained, for external scripts, or the document base URL of the + containing document, for inline scripts.