Skip to content

Commit 2d78b2c

Browse files
committed
add TODO note for dummy implementation
1 parent 34ab815 commit 2d78b2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/dom/document.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ pub const Document = struct {
297297
return Range.constructor(page);
298298
}
299299

300+
// TODO: dummy implementation
300301
pub fn get_styleSheets(_: *parser.Document) []CSSStyleSheet {
301302
return &.{};
302303
}

0 commit comments

Comments
 (0)