Skip to content

Commit 7f6c628

Browse files
committed
dynamicImportCallback in JsContext
1 parent a62e4e8 commit 7f6c628

File tree

2 files changed

+212
-200
lines changed

2 files changed

+212
-200
lines changed

src/browser/html/window.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ pub const Window = struct {
169169
return &self.performance;
170170
}
171171

172-
pub fn get_customElements(self: *Window) *CustomElementRegistry {
173-
return &self.custom_elements;
174-
}
172+
// pub fn get_customElements(self: *Window) *CustomElementRegistry {
173+
// return &self.custom_elements;
174+
// }
175175

176176
pub fn get_screen(self: *Window) *Screen {
177177
return &self.screen;

0 commit comments

Comments
 (0)