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
// Using eval here, so we don't trip the browsers that don't understand "import"
// The reason for using it this way is so we can develop this library and test it without having to transpile.
// Obviously developers need to have a browser that understands "import" (i.e. a recent version of Chrome, Firefox etc...)
// TODO One remaining problem here is that dependencies are not loaded with the "apiVersion" attached, so you need to have your browser on "clear cache" all the time