mirror of
https://github.com/ION606/bluesky-client.git
synced 2026-06-05 22:46:13 +00:00
initial code commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// listen for messages from the main thread
|
||||
self.onmessage = function (event) {
|
||||
const data = event.data;
|
||||
|
||||
self.postMessage(document.querySelector('#posts')?.firstChild)
|
||||
|
||||
// send the result back to the main thread
|
||||
self.postMessage(result);
|
||||
};
|
||||
Reference in New Issue
Block a user