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
-**v1.x:** You would create an instance of the `Loader` class with your configuration and then call methods like `load()` or `importLibrary()` on that instance.
14
-
-**v2.x:** You now use two standalone functions: `setOptions()` to configure the API loader and `importLibrary()` to load specific libraries.
13
+
-**v1.x:** You would create an instance of the `Loader` class with your
14
+
configuration and then call methods like `load()` or `importLibrary()` on
15
+
that instance.
16
+
-**v2.x:** You now use two standalone functions: `setOptions()` to
17
+
configure the API loader and `importLibrary()` to load specific libraries.
15
18
16
19
Generally, the Loader constructor can be replaced with a call to `setOptions()`,
17
-
and the different methods used to actually load the API
20
+
and the different methods used to actually load the API are all replaced
0 commit comments