-
Hello! Just noticed this problem with greenlet on Firefox (66.0.3); indexedDB is `null` in the greenlet execution context.
Reproduction case:
```javascript
const callIndexedDB = greenlet(async …
-
I'm trying to use this library with Babel and TypeScript, but I'm getting a weird error.
```ts
// queue.worker.ts
import { TrackData } from "modules/track/types"
import { shuffleArray } from "…
-
Consider using `` to prioritize fetching resources that are currently requested later in page load.
Error when run page speed test. Is preload set to default or does it manually need to be enabled?…
-
### Asynchronous
The Image Sequencer processes can be run on an alternate thread using webworkers. Native support for workers has also been added to Node.js. [Greenlet(workerize)](https://github.com/…
-
Hi[](https://nuxt.slack.com/messages/C3JC50TBP/)!
Do you think you could include a way to pass [`Transferable`](https://developer.mozilla.org/en-US/docs/Web/API/Transferable) objects correctly?
It w…
-
``` javascript
worker.expose = methodName => {
worker[i] = function() {
return worker.call(methodName, [].slice.call(arguments));
};
};
```
Instead `methodName` parameter should be use…
-
Hi, I'm trying to use your package but I'm not able to make it work. If I remove my worker from the application compiles fine, once I uncomment the code I get the error message:
```
69% building …
-
## Description
Our application relies on several chore dependencies, essential components that ensure the smooth functioning of various features. Over time, some of these dependencies have become out…
-
Maybe I miss something but when I do:
```js
import workly from 'workly'
```
the `workly` object is empty.
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…