From a4abadf28a5ee8e3ec13a8d17cb4ddbd7f31d4d9 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Thu, 7 Jan 2021 21:08:13 +0100 Subject: [PATCH] Editorial: Remove "prefix match" After the removal of AppCache in #6153, this algorithm is now unused. --- source | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source b/source index 62ff0790a23..6aee3ee4989 100644 --- a/source +++ b/source @@ -4212,11 +4212,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute -

String comparison

- -

A string pattern is a prefix match for a string s when - pattern is not longer than s and truncating s to - pattern's length leaves the two strings as matches of each other.

Policy-controlled features