-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancements
Description
It's annoying to deal with window.onload
, since your async code might not know whether it's run before or after the load event has fired. jQuery makes this easy with its $.ready()
function, which functions in a promise-like manner.
So anyway, let's add a .ready
promise to Document
.
mathiasbynens, celmaun, jdalton, noahblon, darahak and 17 more
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancements