Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix performance interface timing member #25205

Merged

#24468 call submit_resource_timing after creating the document parser

  • Loading branch information
shnmorimoto authored and jdm committed Dec 13, 2019
commit faee09ffa9f6adb30593fec32904aa352e58c6ee
@@ -774,6 +774,8 @@ impl FetchResponseListener for ParserContext {

self.parser = Some(Trusted::new(&*parser));

self.submit_resource_timing();

match content_type {
Some(ref mime) if mime.type_() == mime::IMAGE => {
self.is_synthesized_document = true;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.