@lvce-editor/renderer-process 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4225,7 +4225,7 @@ const get = id => {
|
|
|
4225
4225
|
};
|
|
4226
4226
|
|
|
4227
4227
|
const objects = Object.create(null);
|
|
4228
|
-
const transfer = (
|
|
4228
|
+
const transfer = (transferable, objectId) => {
|
|
4229
4229
|
objects[objectId] = transferable;
|
|
4230
4230
|
};
|
|
4231
4231
|
const acquire = objectId => {
|