-
### Description
The SharedWorker API allows instances of a web app (e.g. different tabs) to share state and communicate between each other using a special type of Web Worker. This can be useful for…
-
**Preface**
I'm not sure whether this Is a bug with `@okikio/sharedworker` or `Vite` itself - thought it was best to report here firstly in case you've seen this before, or I'm doing something dumb.
…
-
## Motivations
Hi! I have been looking at this crate to implement a `SharedWorker`, I'm specifically looking for an approach that looks like this:
```
|-----------| |-----------|
| Window …
-
Worker方式,编译后 (能正常加载):
const worker = new Worker(new URL("packages_utils_src_Http_index_js_q_s57j-worker.js", self.document ? self.document.baseURI : self.location.href));
SharedWorker方式,编译后(不能正常加…
-
It doesn't seem like finalizer gets invoked for sharedworkers. I have the following worker, and the finalizer never gets invoked automatically.
```typescript
declare const self: SharedWorkerGlobal…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification title: The worker client case
* Specification or proposal URL (if available): https://w3c.github.io/ServiceWorker/#…
-
### Expected behavior
I am actually not sure if this is a feature request or a bug report.
Am I the first one trying to use this library inside a SharedWorker?
If I am using a dedicated worke…
tobiu updated
3 months ago
-
When building my local project, as well as when building the examples in this repo, a build error occurs. The `clockworker.js` script is not found.
I’ve checked the Vite docs, and I think the error…
-
Is it planned that Deno support SharedWorkers and / or ServerWorkers at some point?
I don't see the use for ServiceWorkers in Deno, but SharedWorkers are useful for multi-threaded code that uses no…
ghost updated
2 months ago
-
I would like to be able to use coincident with Shared Workers, rather than normal Web Workers.
I do not know what would be involved in making this work, so do not have any suggestions. Though I do …