serwist
Version:
A Swiss Army knife for service workers.
12 lines • 462 B
TypeScript
/**
* Returns a promise that resolves to a window client matching the passed
* `resultingClientId`. For browsers that don't support `resultingClientId`
* or if waiting for the resulting client to apper takes too long, resolve to
* `undefined`.
*
* @param resultingClientId
* @returns
* @private
*/
export declare function resultingClientExists(resultingClientId?: string): Promise<Client | undefined>;
//# sourceMappingURL=resultingClientExists.d.ts.map