Skip to content

Commit

Permalink
update doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
raynirola committed Apr 23, 2024
1 parent 711ac87 commit 1f2c1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dom/createShadowRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ interface HTMLShadowDOMElement extends HTMLDivElement {
* from the parent site's styles to prevent conflicts.
* @param id the id of the shadow root.
* @param options the optional options for the shadow root.
* @param isolate whether or not to isolate the extension's document flow from the parent site's document flow.
* @returns A Div that represents the shadow root with some additional methods added to it.
*/
export function createShadowDOM(id: string, options?: ShadowRootInit, isolate = false): HTMLShadowDOMElement {
Expand Down

0 comments on commit 1f2c1a2

Please sign in to comment.