From 506785a12c6834e1ae9dc898433ba315efacef66 Mon Sep 17 00:00:00 2001 From: Daniel Clark Date: Mon, 22 Jun 2020 15:38:16 -0700 Subject: [PATCH] Check that result is not null before proceeding to optional steps in 'fetch a modulepreload module script graph'. --- source | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source b/source index bd7ac3fb749..06deb36ff95 100644 --- a/source +++ b/source @@ -86771,7 +86771,7 @@ interface ApplicationCache : EventTarget { these steps.

  • -

    Optionally, perform the following steps:

    +

    If result is not null, optionally perform the following steps:

    1. Let visited set be « url ».

    2. @@ -121229,6 +121229,7 @@ INSERT INTERFACES HERE Daniel Brumbaugh Keeney, Daniel Buchner, Daniel Cheng, + Daniel Clark, Daniel Davis, Daniel Ehrenberg, Daniel Glazman,