-
It occurs that when you listen to DOM updates, for the complete list of all events as described on [MDN](https://developer.mozilla.org/en/docs/Web/API/MutationObserver), you mutation callback gets cal…
-
### Describe the bug
`fetchQuery` may throw an `CancelledError { silent: true, revalidate: undefined }` under the following conditions:
- the query is stale (otherwise the fetch won't run).
- the que…
-
Context: https://github.com/ampproject/amp-react-prototype/pull/29#discussion_r341651128
The goal is to find a clear way to separate DOM mutations from external script and components.
Usually w…
-
import React, { useState, useEffect } from 'react';
interface Props {
formElements: HTMLElement[];
}
interface AnalyticsEvent {
category: string;
action: string;
label: string;
value: stri…
-
it seems there is no way to listen for an event when the turbo_stream_from is connected/disconnected.
I've managed a way to do it with an observer on the connected attribute, example:
```js
…
-
### User Experience
The existing tooltip API works via `data-tooltip` or direct function invocations to spawn a tooltip programmatically. However, there does not seem a way to create dynamic toolti…
-
After implementing #754 in jsdom, we are no longer passing [wpt/dom/nodes/MutatioObserver-childList.html](https://github.com/web-platform-tests/wpt/blob/878422d33b13cf46ec0d4f4201536426137ecc62/dom/no…
-
Considerations:
- Prevent conflicts with replaceWith() (possibly through adding an attribute to a containing element)
- Add option for continuous replacement, potentially with max amount of times (e.g…
-
### Description
A follow-up to issue #7605.
The current configuration of the mutation observer would only be invoked when direct children are added/removed. Since `tab-titles` are children of `tab…
-
Recent Discord update broke the plugin.
The plugin loads without an explicit error on the UI, but the plugin options are glitched (black text color) and the timestamp changes are not displayed.