-
PostgreSQL is widely used, but Trino only has MySQL and HTTP event listener plugins. It is essential to add support for PostgreSQL.
-
### What is the feature you are proposing?
As mentioned in Discord, could we have the ability to create event listeners for client disconnect or abort events? I would expect to be able to use them …
-
**Description**
The `@semaphore-protocol/data` library currently provides functions to download data from deployed contracts using mainly events with Ethers or TheGraph subgraphs.
However, there…
-
Say I want to spawn worker thread,
```ts
import { Worker } from 'node:worker_threads`;
const worker = new Worker();
```
I want to see the constructor definition, so I open the definition previe…
-
**Describe the bug**:
there are violations reported in the developer console window when developer tools are enabled, for example:
```
util.js:12 [Violation] Added non-passive event listener to a…
-
### Session description
There is a proposal for async event listeners: https://github.com/whatwg/dom/issues/1308
Several use cases identified as related (https://github.com/whatwg/dom/issues/1308#is…
-
**Describe the bug**
In a Socket.IO application, events emitted just before a client disconnects are not properly handled by specific `on(...)` listeners. While the `onAny(...)` listener detects th…
-
Awesome library! A couple things that I think would be helpful are. Exposing event listeners like when the text is changing or when a typer element completes. The ability to render each child line by …
-
Currently we don't optimize event listeners that reference a local variable, for example in a for-loop:
```html
```
This produces:
```js
on: {
click: api_bind(task.delete),
…
-
### Describe the bug
Hi, just noticed that `Html` plugin does not remove it's listener for `message` event, plugin's `detach` function is not called on fancybox destroy so `window.removeEventListener…