HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/node-app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/
Upload File :
Current File : //var/www/node-app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/CdpPreloadScript.d.ts
/**
 * @license
 * Copyright 2024 Google Inc.
 * SPDX-License-Identifier: Apache-2.0
 */
import type { CdpFrame } from './Frame.js';
/**
 * @internal
 */
export declare class CdpPreloadScript {
    #private;
    constructor(mainFrame: CdpFrame, id: string, source: string);
    get id(): string;
    get source(): string;
    getIdForFrame(frame: CdpFrame): string | undefined;
    setIdForFrame(frame: CdpFrame, identifier: string): void;
}
//# sourceMappingURL=CdpPreloadScript.d.ts.map