We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0605642 commit e8a2f81Copy full SHA for e8a2f81
1 file changed
custom-typings/urlpattern-polyfill.d.ts
@@ -19,6 +19,7 @@ export declare class URLPattern {
19
readonly pathname: string;
20
readonly search: string;
21
readonly hash: string;
22
+ readonly hasRegExpGroups: boolean;
23
}
24
25
interface URLPatternInit {
0 commit comments