stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
6
node_modules/chromium-bidi/lib/esm/bidiMapper/modules/script/SharedId.d.ts
generated
vendored
Normal file
6
node_modules/chromium-bidi/lib/esm/bidiMapper/modules/script/SharedId.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export declare function getSharedId(frameId: string, documentId: string, backendNodeId: number): string;
|
||||
export declare function parseSharedId(sharedId: string): {
|
||||
frameId: string | undefined;
|
||||
documentId: string;
|
||||
backendNodeId: number;
|
||||
} | null;
|
||||
Loading…
Add table
Add a link
Reference in a new issue