1.1.3
- added: faster
domReady
timing method throughrequestAnimationFrame
. 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
.