-
Let's say we have the main thread A and the web worker B which is spawned by A and the web worker C which is spawned by B. Now we create a callback function within C that we want to attach to some eve…
-
When I attempt to add a point in the web demo, an error occurs. I've deployed both the frontend and backend locally on my server (not using Docker) and access the demo via LAN on my desktop.
I've t…
-
## Type of Issue
```
[ ] Bug Report
[X] Feature Request
```
## Description
I need to use web worker for image processing library, and I am wondering if it is possible to generate a web wor…
-
### Description
Web workers are broken on legacy mode, althought caiuseit shows it can be used on legacy browsers(IE10+ supports for example non-shared web workers). Not even a warning is displayed t…
-
### Describe the bug
I'm using an inlined (?worker&inline) web worker that dynamically imports some other libraries.
It works well in dev mode but fails in the production build since the filenames …
-
### Describe the issue
I'm running into issues trying to use the WebGPU or WASM backends inside of a ServiceWorker (on a chrome extension). More specifically, I'm attempting to use Phi-3 with trans…
-
**Is your feature request related to a problem? Please describe.**
Our internal app often generates large graphs, it would be nice to run the render in a web work to not lock up the page.
**Descri…
-
Where is the source code for the Web Worker? Does it use [this project](https://github.com/oscie57/tiktok-voice) or something else?
I'm trying to create my own TTS endpoint for a personal project t…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
### Basic info:
- **Node.js version:** v8.6.0
- **jsdom version:** 11.3.0
### Minimal reproduction case
```js
const { JSDOM } = require("jsdom");
const options = {
url: "http://exampl…