Skip to content

1.1.3

Compare
Choose a tag to compare
@optimalisatie optimalisatie released this 16 Jul 16:33
· 2 commits to master since this release
  • added: faster domReady timing method through requestAnimationFrame. This timing method can be used instead of physically adding scripts in the bottom of a HTML page.
$async({
  "href": "/sheet.css",
  "load_timing": {
    "type": "requestAnimationFrame",
    "frame": -1 // domReady
  }
});

It is faster than the event DOMContentLoaded.

image