Skip to content

Commit

Permalink
add back some error types
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Dec 12, 2024
1 parent e97c706 commit d859edd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export interface VideomailErrorData {

// These are weird and probably not needed but help with narrowing down issues.
// They come mostly from Videomail's proprietary UI code
errType?: string | undefined;
errTarget?: EventTarget | null;
errStringified?: string | undefined;
event?: Event | undefined;
eventStringified?: string | undefined;
Expand Down

0 comments on commit d859edd

Please sign in to comment.