mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Redirect document loads manually
This commit is contained in:
parent
779edd7c4a
commit
541baafe1c
17 changed files with 376 additions and 52 deletions
|
@ -527,6 +527,7 @@ impl Tokenizer {
|
|||
|
||||
/// The context required for asynchronously fetching a document
|
||||
/// and parsing it progressively.
|
||||
#[derive(JSTraceable)]
|
||||
pub struct ParserContext {
|
||||
/// The parser that initiated the request.
|
||||
parser: Option<Trusted<ServoParser>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue