With #1106 we are moving to the URLPattern spec.
As follow-up work we need to extend support for additional URLPatternInit fields that we do not support yet, and as well for handling the baseURL, and parse options like ignoreCase. This change is intended as a strict 1:1 replacement of the existing functionality without introducing new behavior.
With #1106 we are moving to the URLPattern spec.
As follow-up work we need to extend support for additional URLPatternInit fields that we do not support yet, and as well for handling the
baseURL, and parse options likeignoreCase. This change is intended as a strict 1:1 replacement of the existing functionality without introducing new behavior.