⏰ Waitasecond
diff --git a/docs/modules.html b/docs/modules.html
index d4b232a..1d48742 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -1,4 +1,4 @@
-
Waitasecond - v1.11.13Functions
forAllImagesInElement
- forAllImagesInElement(element: HTMLElement): Promise<void>
Parameters
Returns Promise<void>
forAnimationFrame
- forAnimationFrame(): Promise<number>
Returns Promise<number>
forDOMContentLoaded
- forDOMContentLoaded(): Promise<void>
Returns Promise<void>
forDocumentReady
- forDocumentReady(targetReadyState?: "interactive" | "complete"): Promise<void>
- Preparing search index...
- The search index is not available
Waitasecond - v1.11.14Waitasecond - v1.11.14
Index
Functions
Functions
for All Images In Element
Parameters
element: HTMLElement
Returns Promise<void>
for Animation Frame
Returns Promise<number>
forDOMContent Loaded
Returns Promise<void>
for Document Ready
Waits until document is loaded Creates a promise that resolves when the document.readyState is on targetReadyState
Parameters
targetReadyState: "interactive" | "complete" = 'complete'
Returns Promise<void>
for Ever