From 9592eb5e25acde62b8832ca5fd47d87805a2acbc Mon Sep 17 00:00:00 2001 From: Matt Falkenhagen Date: Wed, 6 Jun 2018 11:00:53 +0900 Subject: [PATCH] Add "environment discarding steps" hook These are run when navigation or worker start fails, and will be used by https://github.com/w3c/ServiceWorker/pull/1315. --- source | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/source b/source index fea2c22eff8..8bb70fa1b86 100644 --- a/source +++ b/source @@ -82197,7 +82197,9 @@ interface Location { // but see also display the inline content with an appropriate error shown to the user, with the newly created Document object's origin set to a new opaque origin, and return.

+ data-x="concept-origin-opaque">opaque origin, run the environment discarding steps for reservedEnvironment, and + return.