From 05ee434b8597345dd3911f22c2f03c90833a1237 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Thu, 2 Jan 2025 00:06:04 +0100 Subject: [PATCH] Documentation --- docs/index.html | 6 +++--- docs/modules.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index d141f6c..372a8fb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -Waitasecond - v1.11.119
Options
All
  • Public
  • Public/Protected
  • All
Menu

Waitasecond - v1.11.119

+Waitasecond - v1.11.120
Options
All
  • Public
  • Public/Protected
  • All
Menu

Waitasecond - v1.11.120

⏰ Waitasecond

@@ -10,9 +10,9 @@

⏰ Waitasecond

Quality of package Waitasecond Known Vulnerabilities Issues -Cypress.io

+Cypress.io +Socket

- diff --git a/docs/modules.html b/docs/modules.html index e6d98a8..ba5f0c4 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1,4 +1,4 @@ -Waitasecond - v1.11.119
Options
All
  • Public
  • Public/Protected
  • All
Menu

Waitasecond - v1.11.119

Index

Functions

  • forAllImagesInElement(element: HTMLElement): Promise<void>
  • Parameters

    • element: HTMLElement

    Returns Promise<void>

  • forAnimationFrame(): Promise<number>
  • Returns Promise<number>

  • forDOMContentLoaded(): Promise<void>
  • Returns Promise<void>

  • forDocumentReady(targetReadyState?: "interactive" | "complete"): Promise<void>
  • +Waitasecond - v1.11.120
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Waitasecond - v1.11.120

    Index

    Functions

    • forAllImagesInElement(element: HTMLElement): Promise<void>
    • Parameters

      • element: HTMLElement

      Returns Promise<void>

    • forAnimationFrame(): Promise<number>
    • Returns Promise<number>

    • forDOMContentLoaded(): Promise<void>
    • Returns Promise<void>

    • forDocumentReady(targetReadyState?: "interactive" | "complete"): Promise<void>
    • 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>

    • forEver(): Promise<never>