Skip to content

Commit

Permalink
shim an empty adoptedStylesheets property
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 12, 2024
1 parent e3594ae commit 4ca6cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dom-shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class ShadowRoot extends DocumentFragment {
constructor(options) {
super();
this.mode = options.mode || 'closed';
this.adoptedStyleSheets = [];
}
}

Expand Down

0 comments on commit 4ca6cd8

Please sign in to comment.