You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// var id = uid();varid='onYouTubeIframeAPIReady';
I would like to commit a patch, but I am not sure how to signal the plugin that it should not use the global callback generated uid(), but a set global variable.
What's the desired syntax in the require call for this?
Maybe a colon is a valid suggestion to split parameters? I guess passing in a json object after the second ! is out / would look a little techy?
Hi!
I have a little trouble loading the YouTube Iframe API using the !async plugin, any help appreciated! (Hope it's ok to highight this here).
The maps example works, so I am currently assuming the basic setup must be ok:
They all get me the Uncaught Error: Load timeout for modules: async!https://www.youtube.com/iframe_api!onload_unnormalized2,async!https://www.youtube.com/iframe_api!onload
http://requirejs.org/docs/errors.html#timeout or similar (depeding on setting after the second !)
which probably means the callback function is never called. If I defined the callback function myself it works.. but still getting the timeout error.
The text was updated successfully, but these errors were encountered: