Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/workbox-core/_private/resultingClientExists.d.ts

import '../_version.js';
/**
 * 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 {string} [resultingClientId]
 * @return {Promise<Client|undefined>}
 * @private
 */
export declare function resultingClientExists(resultingClientId?: string): Promise<Client | undefined>;
Back to Directory File Manager