Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
koyopro committed Dec 11, 2024
1 parent 6bb3d05 commit 2ca3b31
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 2ca3b31

Please sign in to comment.