extension-develop
Version:
The develop step of Extension.js
107 lines (106 loc) • 7.71 kB
TypeScript
export declare function capitalize(browser: any): any;
export declare function sourceInspectorInitialized(): string;
export declare function sourceInspectorInitializationFailed(error: string): string;
export declare function sourceInspectorChromeDebuggingRequired(port: number): string;
export declare function sourceInspectorFirefoxDebuggingRequired(port: number): string;
export declare function sourceInspectorWaitingForFirefox(): string;
export declare function firefoxRemoteDebuggingReady(): string;
export declare function sourceInspectorFirefoxNotReadyYet(retries: number, maxRetries: number): string;
export declare function sourceInspectorWaitingForChrome(): string;
export declare function chromeRemoteDebuggingReady(): string;
export declare function sourceInspectorChromeNotReadyYet(retries: number, maxRetries: number): string;
export declare function sourceInspectorOpeningUrl(url: string): string;
export declare function sourceInspectorWaitingForPageLoad(): string;
export declare function sourceInspectorCreatingTarget(): string;
export declare function sourceInspectorFindingExistingTarget(): string;
export declare function sourceInspectorUsingExistingTarget(targetId: string): string;
export declare function sourceInspectorTargetCreated(targetId: string): string;
export declare function sourceInspectorAttachingToTarget(): string;
export declare function sourceInspectorAttachedToTarget(sessionId: string): string;
export declare function sourceInspectorExtractingHTML(): string;
export declare function sourceInspectorHTMLExtractionComplete(): string;
export declare function sourceInspectorInspectionFailed(error: string): string;
export declare function cdpClientExtensionReloaded(extensionId: string): string;
export declare function cdpClientExtensionReloadFailed(extensionId: string, error: string): string;
export declare function cdpClientExtensionUnloadFailed(extensionId: string, error: string): string;
export declare function cdpClientExtensionInfoFailed(extensionId: string, error: string): string;
export declare function cdpClientExtensionLoadFailed(path: string, error: string): string;
export declare function cdpClientConnected(host: string, port: number): string;
export declare function cdpClientConnectionError(error: string): string;
export declare function cdpClientBrowserConnectionEstablished(): string;
export declare function sourceInspectorStartingWatchMode(): string;
export declare function sourceInspectorWatchModeActive(): string;
export declare function sourceInspectorWatchModeStopped(): string;
export declare function sourceInspectorCDPConnectionMaintained(): string;
export declare function sourceInspectorNoActiveSession(): string;
export declare function sourceInspectorReExtractingHTML(): string;
export declare function sourceInspectorAttemptingReconnection(): string;
export declare function sourceInspectorCannotReconnect(): string;
export declare function sourceInspectorReconnectingToTarget(): string;
export declare function sourceInspectorReconnectedToTarget(sessionId: string): string;
export declare function sourceInspectorReconnectionFailed(error: string): string;
export declare function sourceInspectorEnsuringNavigation(): string;
export declare function sourceInspectorEnablingPageDomain(): string;
export declare function sourceInspectorWaitingForContentScripts(): string;
export declare function sourceInspectorWaitingForContentScriptReinjection(): string;
export declare function sourceInspectorFileChanged(): string;
export declare function sourceInspectorHTMLUpdateFailed(error: string): string;
export declare function sourceInspectorCleanupComplete(): string;
export declare function sourceInspectorCleanupError(error: string): string;
export declare function htmlEntrypointChangeRestarting(): string;
export declare function manifestEntrypointChangeRestarting(filePath: string): string;
export declare function sourceInspectorNotInitialized(): string;
export declare function sourceInspectorInvalidWebSocketServer(): string;
export declare function sourceInspectorUrlRequired(): string;
export declare function sourceInspectorWillInspect(url: string): string;
export declare function sourceInspectorSetupFailed(error: string): string;
export declare function sourceInspectorHTMLOutputHeader(): string;
export declare function sourceInspectorHTMLOutputTitle(title: string): string;
export declare function sourceInspectorHTMLOutputFooter(): string;
export declare function cdpClientFoundTargets(count: number): string;
export declare function cdpClientUsingTarget(title: string, url: string): string;
export declare function cdpClientTargetWebSocketUrlStored(): string;
export declare function cdpClientConnectionClosed(): string;
export declare function cdpClientMessageParseError(error: string): string;
export declare function cdpClientPageLoadEventFired(): string;
export declare function cdpClientLoadEventTimeout(): string;
export declare function cdpClientTestingEvaluation(): string;
export declare function cdpClientDocumentTitle(title: string): string;
export declare function cdpClientGettingMainHTML(): string;
export declare function cdpClientMainHTMLLength(length: number): string;
export declare function cdpClientFailedToGetMainHTML(): string;
export declare function cdpClientCheckingShadowDOM(): string;
export declare function cdpClientShadowDOMContentFound(found: boolean): string;
export declare function cdpClientShadowDOMContentLength(length: number): string;
export declare function cdpClientProcessingShadowDOM(): string;
export declare function cdpClientFinalHTMLWithShadowDOMLength(length: number): string;
export declare function cdpClientReturningMainHTML(): string;
export declare function webSocketServerInitialized(): string;
export declare function webSocketServerInitializationFailed(error: string): string;
export declare function webSocketServerPluginApplyFailed(error: string): string;
export declare function fileUpdated(relativePath: string, context: string): string;
export declare function webSocketServerNotReady(): string;
export declare function webSocketServerNotRunning(): string;
export declare function ignoringMessageFromWrongInstance(actualInstanceId: string, expectedInstanceId: string): string;
export declare function failedToUpdateInstanceWithExtensionId(error: string): string;
export declare function webSocketServerForInstanceClosed(instanceId: string): string;
export declare function webSocketError(error: any): string;
export declare function isFirstRun(browser: any): string;
export declare function certRequired(): string;
export declare function webSocketConnectionCloseError(error: unknown): string;
export declare function firefoxRdpClientFoundTargets(count: number): string;
export declare function firefoxRdpClientUsingTarget(title: string, url: string): string;
export declare function firefoxRdpClientConnected(host: string, port: number): string;
export declare function firefoxRdpClientConnectionError(error: string): string;
export declare function firefoxRdpClientConnectionClosed(): string;
export declare function firefoxRdpClientNoSuitableTargets(): string;
export declare function firefoxRdpClientPageLoadEventFired(): string;
export declare function firefoxRdpClientLoadEventTimeout(): string;
export declare function firefoxRdpClientTestingEvaluation(): string;
export declare function firefoxRdpClientDocumentTitle(title: string): string;
export declare function firefoxRdpClientFailedToGetMainHTML(): string;
export declare function firefoxRdpClientFinalHTMLLength(length: number): string;
export declare function emptyLine(): string;
export declare function runningInDevelopment(manifest: any, browser: any, message: {
data?: any;
}): string;