wait-on-lib icon indicating copy to clipboard operation
wait-on-lib copied to clipboard

Use Iron-Router waitOn to load external javascript libraries

Results 13 wait-on-lib issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Hi, I really want to use this package for future development, but with IR library becoming slowly inactive I'm looking more towards [Flow-Router](https://github.com/kadirahq/flow-router). Is it really necessary to have tight...

when I do a IRLibLoader.load to get the share this plugin script, run when I refresh the page but when I navigate around it does not run, any workaround for...

I am using [the imsky:holder package](https://atmospherejs.com/imsky/holder) as follows ``` html Number of Producers 3292 ``` but sometimes the placholders fail to load before the page is rendered, resulting in the...

If i'm running Adblock on the page, it breaks because it doesn't let it load the following line ``` waitOn: function() { return IRLibLoader.load("//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"); }, ``` It gets blocked therefore...

This may be script-specific so I'm starting in [their support forum](https://discuss.dwolla.com/t/meteor-dwolla-button-js/423), but thought you might be interested in the discussion and/or might have a faster fix. I have two external...

Light weight order-preserving load for array of urls. User does not need to take care of depth recursion of callback handling. Easy to use and efficient.

I'm loading: `https://maps.googleapis.com/maps/api/js?callback=myCallbackFunction` which in turn loads `https://maps.gstatic.com/maps-api-v3/api/js/18/14/main.js` and `https://maps.gstatic.com/cat_js/maps-api-v3/api/js/18/14/%7Bcommon,util,stats%7D.js` and `https://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttp%3A%2F%2Flocalhost%3A3000%2Ffleet&4sAIzaSyB_8XhRCyTgz6xprml-224jIkdCSwOGLIs&5e1&callback=_xdc_._3wj8sh&token=73104` obviously those URLs are going to change... and I don't know them up front... Is there any way,...