Expose data helpers for dev tools use
This commit is contained in:
parent
91a34749c1
commit
0f2cda876c
2 changed files with 13 additions and 0 deletions
4
ts/window.d.ts
vendored
4
ts/window.d.ts
vendored
|
@ -170,6 +170,10 @@ export type SignalCoreType = {
|
|||
};
|
||||
conversationControllerStart: () => void;
|
||||
challengeHandler?: ChallengeHandler;
|
||||
|
||||
// Only for debugging in Dev Tools
|
||||
DataReader?: unknown;
|
||||
DataWriter?: unknown;
|
||||
};
|
||||
|
||||
declare global {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue