Expose data helpers for dev tools use

This commit is contained in:
Fedor Indutny 2024-08-08 16:10:25 -07:00 committed by GitHub
parent 91a34749c1
commit 0f2cda876c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

4
ts/window.d.ts vendored
View file

@ -170,6 +170,10 @@ export type SignalCoreType = {
};
conversationControllerStart: () => void;
challengeHandler?: ChallengeHandler;
// Only for debugging in Dev Tools
DataReader?: unknown;
DataWriter?: unknown;
};
declare global {