MCPcopy Create free account
hub / github.com/electronstudio/raylib-python-cffi / _ready

Function _ready

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

Source from the content-addressed store, hash-verified

11]);
12
13const _ready = (callback) => {
14 if (document.readyState !== "loading") {
15 callback();
16 } else {
17 document.addEventListener("DOMContentLoaded", callback);
18 }
19};
20
21/**
22 * 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