urlpattern spec now has ignore case I believe its supported in chrome since 107 https://chromestatus.com/feature/5206436850696192 dictionary URLPatternOptions { [boolean](https://webidl.spec.whatwg.org/#idl-boolean) ignoreCase = false; }; any plans to support it in the polyfill?
urlpattern spec now has ignore case
I believe its supported in chrome since 107
https://chromestatus.com/feature/5206436850696192
dictionary URLPatternOptions {
boolean ignoreCase = false;
};
any plans to support it in the polyfill?