Urara-Blog/node_modules/.pnpm-store/v3/files/04/6fbe4daf3282bb1c71898710e349428fc31256055c4d5340fdda678304fbc453fca7c96f48381772184ce1b49d81c2e903c995565c1d8e48febf1150c2d330
2022-08-14 01:14:53 +08:00

12 lines
474 B
Text

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>;