Pseudosynchronous JavaScript

added by bpwndaddy
6/25/2015 3:14:32 PM

310 Views

We’ll be using a combination of function wrappers and proxy interfaces to provide an interface that has the illusion of a synchronous API, while still allowing all of our code to execute as soon as the required objects and data have been loaded.


0 comments