Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Aug 13, 2024
1 parent a1abf83 commit 6b04332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8-value-serializer/v8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class DefaultSerializer extends Serializer {
abView.byteLength));
}

get _getDataCloneError() { return Error };
get _getDataCloneError(): typeof Error { return Error };
_getSharedArrayBufferId(_sab: SharedArrayBuffer): never {
throw new Error("Method not implemented.");
}
Expand Down

0 comments on commit 6b04332

Please sign in to comment.