-
Notifications
You must be signed in to change notification settings - Fork 0
feat: buildAndInit for isolated client instances #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
typotter
wants to merge
48
commits into
main
Choose a base branch
from
tp/namespace
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
e20ef73
detatched construction
typotter 50e66aa
combine new and old constructors
typotter de9f653
use spark for md5 instead of non-exported member from common
typotter fa5baab
update to latest common, use exported members
typotter 953c4e4
doc comments
typotter 159df11
wip
typotter a73bf0c
skip initial config for now
typotter 7e5abe1
exports
typotter 92cdd1d
waitForReady
typotter c4b2717
clean up offline init method
typotter ddab6c0
no need to export
typotter d55d23d
DOCS
typotter 3c18bc9
builder method
typotter 4b8077f
polish
typotter 621cccb
chore: Move initialization code from static to the instance
typotter ed3c4ce
docs
typotter 5f96888
lint
typotter 228e1e4
move reinit check
typotter 4d35d4f
restore buffered init
typotter cf3c2ba
docs
typotter 132c0a5
docs
typotter 6141581
polish
typotter 82ec342
test name
typotter 81ff3b1
move comment
typotter fad43d3
move forceReinit
typotter febb3f8
docs
typotter 212e26e
move members
typotter a943e90
refactor wip
typotter ba219f2
chore: Move initialization code from static to the instance
typotter 5333574
docs
typotter aab1009
lint
typotter f93fa61
docs
typotter 030aa33
docs
typotter e61ec6c
merge fixes
typotter a000205
fix the horrible diff and merge artifacts
typotter 6f1a68e
docs
typotter 654ffaa
cleamup merge
typotter 74498b9
merge main
typotter 9176d21
docs
typotter a179e32
merge main
typotter 0734752
chore: lint
typotter fb76db9
undeprecate
typotter a384132
chore: additional comments
typotter 3ae0ec7
chore: update docs
typotter 98bd24a
chore: deprecate static EppoJSClient.initialized
typotter 2d45fe5
v3.12.0
typotter 5d3cabc
Merge branch 'main' into tp/namespace
typotter 2712f6b
chore: nit
typotter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@eppo/js-client-sdk](./js-client-sdk.md) > [EppoJSClient](./js-client-sdk.eppojsclient.md) > [waitForConfiguration](./js-client-sdk.eppojsclient.waitforconfiguration.md) | ||
|
||
## EppoJSClient.waitForConfiguration() method | ||
|
||
Resolves when the EppoClient has completed its initialization. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
waitForConfiguration(): Promise<void>; | ||
``` | ||
**Returns:** | ||
|
||
Promise<void> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.