403Webshell
Server IP : 35.80.110.71  /  Your IP : 216.73.216.221
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/lib/node_modules/lighthouse/core/gather/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/node_modules/lighthouse/core/gather/base-gatherer.d.ts
export default BaseGatherer;
/**
 * Base class for all gatherers.
 *
 * @implements {LH.Gatherer.GathererInstance}
 */
declare class BaseGatherer implements LH.Gatherer.GathererInstance {
    /** @type {LH.Gatherer.GathererMeta} */
    meta: LH.Gatherer.GathererMeta;
    /**
     * Method to start observing a page for an arbitrary period of time.
     * @param {LH.Gatherer.Context} passContext
     * @return {Promise<void>|void}
     */
    startInstrumentation(passContext: LH.Gatherer.Context): Promise<void> | void;
    /**
     * Method to start observing a page when the measurements are very sensitive and
     * should observe as little Lighthouse-induced work as possible.
     * @param {LH.Gatherer.Context} passContext
     * @return {Promise<void>|void}
     */
    startSensitiveInstrumentation(passContext: LH.Gatherer.Context): Promise<void> | void;
    /**
     * Method to stop observing a page when the measurements are very sensitive and
     * should observe as little Lighthouse-induced work as possible.
     *
     * @param {LH.Gatherer.Context} passContext
     * @return {Promise<void>|void}
     */
    stopSensitiveInstrumentation(passContext: LH.Gatherer.Context): Promise<void> | void;
    /**
     * Method to end observing a page after an arbitrary period of time.
     * @param {LH.Gatherer.Context} passContext
     * @return {Promise<void>|void}
     */
    stopInstrumentation(passContext: LH.Gatherer.Context): Promise<void> | void;
    /**
     * Method to gather results about a page.
     * @param {LH.Gatherer.Context} passContext
     * @return {LH.Gatherer.PhaseResult}
     */
    getArtifact(passContext: LH.Gatherer.Context): LH.Gatherer.PhaseResult;
}
import * as LH from '../../types/lh.js';
//# sourceMappingURL=base-gatherer.d.ts.map

Youez - 2016 - github.com/yon3zu
LinuXploit