-
Wrap size doesn't change its size when the element change its size too
-
### Title
Support for Firefox Browser Engine in Agent-e
### Description
Request to add support for firefox browser engine in agent-e.
### Problem Background
Currently, Agent-e is limited to t…
-
I'm watching for some DOM elements on youtube.com/watch using:
```js
const observer = new MutationObserver((mutations) => {
mutations.forEach((mutation) => {
for (const el of document.getEle…
-
I'm migrating to Crisp and have been implementing the Chat bot on our website. I thought this would be a quick but I ran into a pretty big incompatibility issue with the popular web frame Ruby on Rail…
-
Right now we are using one central mutation observer to watch the document.body. This works fairly well, however, what if we could create a faster model where mutation observers are created for each c…
-
### Description
A suggested approach for handling DOM cleanup tasks during component disposal is to use `MutationObserver` to detect element removal from the DOM and trigger the cleanup.
The sample …
-
Originally reported on Google Code with ID 6178
```
Mutation breakpoints need synchronous notifications about DOM changes, and mutation
observers don't provide those... yet.
Blocked by https://bugzi…
-
"Features can have their own mutation observer each" (like this:)
https://github.com/code-charity/youtube/blob/96879c6e2ce0321d68b1a27f36251c9a92beba44/js%26css/web-accessible/init.js#L67-L75
…
-
## Summary
Currently when trying to start the app in a Node environment, or test environment (like Quokka or RunKit), the Mutation Observer (that tram-one is dependent on for effects) fails...
h…
-
Hello. I installed an editor in the project, but an error came out:
![Снимок экрана от 2024-10-23 13-43-06](https://github.com/user-attachments/assets/a89f3d68-cee0-46e9-aafd-cb2779af5bb5)
Are th…