mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
add TODO note for dummy implementation
This commit is contained in:
@@ -297,6 +297,7 @@ pub const Document = struct {
|
|||||||
return Range.constructor(page);
|
return Range.constructor(page);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: dummy implementation
|
||||||
pub fn get_styleSheets(_: *parser.Document) []CSSStyleSheet {
|
pub fn get_styleSheets(_: *parser.Document) []CSSStyleSheet {
|
||||||
return &.{};
|
return &.{};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user