Skip to content

Commit

Permalink
Remove erroneous secure context banner from getHTML (#33542)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed May 10, 2024
1 parent fe80885 commit 368e19d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/gethtml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.Element.getHTML
---

{{APIRef("DOM")}}{{SeeCompatTable}}{{SecureContext_Header}}
{{APIRef("DOM")}}{{SeeCompatTable}}

The **`getHTML()`** method of the {{domxref("Element")}} interface is used to serialize an element's DOM to an HTML string.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/shadowroot/gethtml/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.ShadowRoot.getHTML
---

{{APIRef("DOM")}}{{SeeCompatTable}}{{SecureContext_Header}}
{{APIRef("DOM")}}{{SeeCompatTable}}

The **`getHTML()`** method of the {{domxref("ShadowRoot")}} interface is used to serialize a shadow root's DOM to an HTML string.

Expand Down

0 comments on commit 368e19d

Please sign in to comment.