View on GitHub

tab-info-extension

Home > tab-info > ContentScriptReadyMessage

ContentScriptReadyMessage interface

A message sent from the content script to the background thread to (1) indicate that the content script has loaded and (2) pass the current page info along

Signature:

export interface ContentScriptReadyMessage extends MessageBase<'content_script_ready'> 

Extends: MessageBase<‘content_script_ready’>

Properties

Property Type Description
pageInfo PageInfo