MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / _ready

Function _ready

docs/_static/doctools.js:20–26  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

18]);
19
20const _ready = (callback) => {
21 if (document.readyState !== "loading") {
22 callback();
23 } else {
24 document.addEventListener("DOMContentLoaded", callback);
25 }
26};
27
28/**
29 * Small JavaScript module for the documentation.

Callers 3

searchtools.jsFile · 0.85
doctools.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected