Skip to content

Load Timing v0.2.3

Compare
Choose a tag to compare
@haacked haacked released this 24 Aug 17:47
· 288 commits to main since this release
  • Update the bootstrap method to set up client validation earlier

Prior to this change, the bootstrap method waited till the window load event fired. Now it checks to see if the document is loaded and if not, sets everything up when the document DOMContentLoaded event is fired.