From a6e18b875aa3b4aa0815d4b8fb1e72f4bccbbb0a Mon Sep 17 00:00:00 2001 From: Diego Gonzalez <73939538+diekus@users.noreply.github.com> Date: Fri, 25 Jun 2021 16:35:28 +0100 Subject: [PATCH] Meta: export "normalize protocol handler parameters" Helps with https://github.com/w3c/manifest/pull/972. --- source | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source b/source index 9d5f3150e27..6ebea13a9df 100644 --- a/source +++ b/source @@ -95981,9 +95981,9 @@ interface Navigator {
To normalize protocol handler parameters, given a string scheme, a string - url, and an environment settings object environment, run these - steps:
+To normalize protocol handler parameters, given a string scheme, a + string url, and an environment settings object environment, run + these steps:
Set scheme to scheme, converted to ASCII