fileHandle refactor & fixes (#2252)
This commit is contained in:
@ -66,9 +66,6 @@ export type SocketUpdateDataIncoming =
|
||||
type: "INVALID_RESPONSE";
|
||||
};
|
||||
|
||||
// TODO: Make this part of `AppState`.
|
||||
(window as any).handle = null;
|
||||
|
||||
const byteToHex = (byte: number): string => `0${byte.toString(16)}`.slice(-2);
|
||||
|
||||
const generateRandomID = async () => {
|
||||
|
Reference in New Issue
Block a user