Adding loaded? to the cljs.loader namespace, enables users to make decisions based on if the module has loaded yet or not.
Adding prefetch to the cljs.loader namespace, enables applications to download but not evaluate modules. Shortening loading times of modules when needed. Should be a no-op if the module is already loaded.
Adding loaded? to the cljs.loader namespace, enables users to make decisions based on if the module has loaded yet or not.
Adding prefetch to the cljs.loader namespace, enables applications to download but not evaluate modules. Shortening loading times of modules when needed. Should be a no-op if the module is already loaded.