add TODO note for dummy implementation

This commit is contained in:
Karl Seguin
2025-07-10 17:03:51 +08:00
parent 34ab8152fb
commit 2d78b2c219

View File

@@ -297,6 +297,7 @@ pub const Document = struct {
return Range.constructor(page);
}
// TODO: dummy implementation
pub fn get_styleSheets(_: *parser.Document) []CSSStyleSheet {
return &.{};
}