Home > tab-info > ContentDocumentAPI
ContentDocumentAPI type
The subset of the document
DOM API that the content script makes use of
Signature:
export declare type ContentDocumentAPI = Pick<typeof document, 'querySelectorAll' | 'querySelector' | 'location' | 'title' | 'head'>;