Commit 4786339d authored by Skye Yu's avatar Skye Yu

test:

parent 07cc2ab6
// worker.js
self.onmessage = function (e) {
console.log('Worker received data:', e.data);
// const result = fibonacci(e.data);
// self.postMessage(result);
};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment