Initial commit: Torrent search and download application
This commit is contained in:
commit
e38be704ff
4313 changed files with 791544 additions and 0 deletions
6
node_modules/chromium-bidi/lib/cjs/bidiMapper/modules/script/SharedId.d.ts
generated
vendored
Normal file
6
node_modules/chromium-bidi/lib/cjs/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