What happens when you create a Worker and pass a function inside workerData?new Worker(file, { workerData: { fn: () => {} } });