mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Run the async HTML Tokenizer on a new thread
This commit is contained in:
parent
3629efba75
commit
8ebd70d402
5 changed files with 469 additions and 223 deletions
|
@ -48,7 +48,7 @@ pub enum VisitedHandlingMode {
|
|||
/// Which quirks mode is this document in.
|
||||
///
|
||||
/// See: https://quirks.spec.whatwg.org/
|
||||
#[derive(PartialEq, Eq, Copy, Clone, Hash, Debug)]
|
||||
#[derive(PartialEq, Eq, Copy, Clone, Hash, Debug, HeapSizeOf)]
|
||||
pub enum QuirksMode {
|
||||
/// Quirks mode.
|
||||
Quirks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue