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
Update Storage interface and docs for async writeMessages
Clarifies documentation for the Storage interface, explaining the rationale for synchronous APIs except for writeMessages, which is now explicitly async to support SQLite WASM requirements. Updates the writeMessages method signature to return Promise<boolean> and expands comments to detail the async design and its safety.
0 commit comments