fready

1.0.0 • Public • Published

fready

A minimalistic API for DOMContentLoaded.

  • Your function is run on DOMContentLoaded.
  • If the DOM is ready when you call, your function is executed as soon as possible asynchronously (via setTimeout( fn, 0 )).
  • Detects headless environments like Node.js so your code will still execute.
  • Does not contain fluff for non-standards-compliant browsers.
  • <0.25kB bytes min+gzip
fready( fn ); // runs fn() when the DOM is ready to be manipulated

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i fready

      Weekly Downloads

      88

      Version

      1.0.0

      License

      MIT

      Last publish

      Collaborators

      • maxkfranz