MCPcopy
hub / github.com/autobrr/qui / LaunchParams

Interface LaunchParams

web/src/types/launch-queue.d.ts:11–16  ·  view source on GitHub ↗

* TypeScript declarations for the File Handling API's LaunchQueue * @see https://developer.chrome.com/docs/capabilities/web-apis/file-handling

Source from the content-addressed store, hash-verified

9 */
10
11interface LaunchParams {
12 /** The target URL that was launched (may contain query params for protocol handlers) */
13 targetURL?: string
14 /** File handles from file_handlers launches */
15 files?: FileSystemFileHandle[]
16}
17
18interface LaunchQueue {
19 /** Set a consumer function to handle launch events */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected