diff --git a/files/en-us/web/api/document/index.md b/files/en-us/web/api/document/index.md index 64bdd8a1a9dc1d3..c282b65b6f1358f 100644 --- a/files/en-us/web/api/document/index.md +++ b/files/en-us/web/api/document/index.md @@ -42,6 +42,8 @@ _This interface also inherits from the {{DOMxRef("Node")}} and {{DOMxRef("EventT - : Indicates whether the document is rendered in _quirks_ or _strict_ mode. - {{DOMxRef("Document.contentType")}} {{Experimental_Inline}}{{ReadOnlyInline}} - : Returns the Content-Type from the MIME Header of the current document. +- {{DOMxRef("Document.currentScript")}}{{ReadOnlyInline}} + - : Returns the {{HTMLElement("script")}} element whose script is currently being processed and [isn't a JavaScript module](https://github.com/whatwg/html/issues/997). - {{DOMxRef("Document.doctype")}}{{ReadOnlyInline}} - : Returns the Document Type Definition (DTD) of the current document. - {{DOMxRef("Document.documentElement")}}{{ReadOnlyInline}}