-
When browsing the docs, it'd be convenient to be able to open the developer console and have the functions available in global scope. |
Beta Was this translation helpful? Give feedback.
Answered by
fturmel
Dec 15, 2021
Replies: 1 comment 1 reply
-
Hi @mpartel, Very late reply, but I think what you were asking for was either already available or has been implemented since. If you look at your network tab, you'll see that when invoking |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fturmel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mpartel,
Very late reply, but I think what you were asking for was either already available or has been implemented since.
If you look at your network tab, you'll see that when invoking
init()
it pulls the latest version of the library from the unpkg CDN and makes it available through the_
global variable.