Replies: 1 comment
-
Their intended use cases are
And here are my thoughts to address the problems
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The first thing a developer faces with the alpha API is how to get access to a subpackage.
Here, we have
getAuth
andinitializeAuth
. Which to use?I've thought that
getAuth
is intended to be the "give me defaults, please" option, but can see three problems:getPerformance
, below). I need to go find them somewhere... (I don't know, where. Not in the docs)initializePerformance
has defaults. Thesettings
parameter is optional (see below, again)Isn't the
initializePerformance
prototype the only one really needed?Beta Was this translation helpful? Give feedback.
All reactions