mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 00:38:59 +00:00
add some skeleton implementations for various CSS WebAPIs
This commit is contained in:
@@ -184,6 +184,7 @@ pub extern "C" fn html5ever_get_memory_usage() -> Memory {
|
||||
// Streaming parser API
|
||||
// The Parser type from html5ever implements TendrilSink and supports streaming
|
||||
pub struct StreamingParser {
|
||||
#[allow(dead_code)]
|
||||
arena: Box<typed_arena::Arena<sink::ElementData>>,
|
||||
parser: Box<dyn std::any::Any>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user