View on GitHub

tab-info-extension

Home > tab-info > GetPageInfoMessage

GetPageInfoMessage interface

A message sent *to* the content script by either the background script or popup frame, as a request to respond with a PageInfo value

Signature:

export interface GetPageInfoMessage extends MessageBase<'get_page_info'> 

Extends: MessageBase<‘get_page_info’>