Skip to content

Commit bd9f780

Browse files
authored
Merge pull request #1333 from remotestorage/docs/not-connected-node
Add note for not-connected event
2 parents 3135cdf + 0568b94 commit bd9f780

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/remotestorage.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ enum ApiKeyType {
154154
*
155155
* Emitted when ready, but no storage connected ("anonymous mode")
156156
*
157+
* > [!NOTE]
158+
* > In non-browser environments, this will always be emitted (before any
159+
* > potential `connected` events after)
160+
*
157161
* ### `connected`
158162
*
159163
* Emitted when a remote storage has been connected

0 commit comments

Comments
 (0)