Constructors
constructor
- new DocumentService(windowRef?: Window, documentRef?: Document): DocumentService
Parameters
windowRef: Window = window
documentRef: Document = document
Properties
Private Readonly documentRef
documentRef: Document
Private Readonly windowRef
windowRef: Window
Methods
ready
- ready(): Promise<Document>
Returns Promise<Document>