Skip to content

Commit e8a2f81

Browse files
committed
Fix another internal incompatibility with new Node type changes
1 parent 0605642 commit e8a2f81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom-typings/urlpattern-polyfill.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export declare class URLPattern {
1919
readonly pathname: string;
2020
readonly search: string;
2121
readonly hash: string;
22+
readonly hasRegExpGroups: boolean;
2223
}
2324

2425
interface URLPatternInit {

0 commit comments

Comments
 (0)