Skip to content

Commit 31d5f7d

Browse files
committed
Added urlpattern exception handling
1 parent 9791e82 commit 31d5f7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fetch.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6657,7 +6657,7 @@ run these steps:
66576657
<li><p>Let <var>pattern</var> be the result of
66586658
<a for=/>creating a URL pattern</a> given the <a>bare item</a> of <var>dictionaryValue</var>["<code>match</code>"],
66596659
the <a lt="URL serializer">serialization</a> of <var>request</var>'s <a for=request>current URL</a>,
6660-
and an empty map.
6660+
and an empty map. If this throws an exception, then return <var>response</var>.
66616661

66626662
<li><p>If <var>pattern</var> is failure or <var>pattern</var> <a for=/>has regexp groups</a>,
66636663
then return <var>response</var>.

0 commit comments

Comments
 (0)