Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
koyopro committed Dec 9, 2024
1 parent 0925664 commit 083a242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/accel-record-core/src/synclib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const isTransferable = (obj: any): boolean => {
return (
obj instanceof ArrayBuffer ||
obj instanceof MessagePort ||
// obj instanceof Blob ||
obj instanceof Blob ||
isFileHandle(obj)
);
};
Expand Down

0 comments on commit 083a242

Please sign in to comment.