-
The rxjs inspired API creates a situation where Observables sometimes have side effects upon subscription (hot vs cold) and sometimes emit synchronously and sometimes async. If you have a function tha…
-
Hi, @matthieua !
When requireing wowjs with browserify using node package or simple js file, `this` inside an iife becomes `module.exports` instead of originally intended `window` object.
So I propo…
-
JS console in Firefox reports that `Use of Mutation Events is deprecated. Use MutationObserver instead.` at [127774.user.js#L144](https://github.com/adeekshith/Docs-Online-Viewer/blob/webextension/js/…
-
### 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…
-
## 分析DataV
[DadaV地址](https://github.com/DataV-Team/DataV)
- 使用 MutationObserver 追踪 DOM 的变化和节流防抖来检测窗口的变化
### MutationObserver 的使用
创建一个MutationObserver对象,这个对象有三个方法:
- observe — 开始监听变化。需要两个参数 - 你需…
-
- [x] I have searched open and closed issues for duplicates
### Bug Description
The friendica add-on `showmore_dyn` hangs on the Pale Moon browser.
### Steps to Reproduce
1. Install Pale …
-
Use a mutation observer in place of the setTimeOut logic currently being used: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver
-
peity-vanilla.min.js:6 [Deprecation] Listener added for a synchronous 'DOMSubtreeModified' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and w…
-
**I'm submitting a bug report**
* **Library Version:**
master
* **Browser:**
all
**Current behavior:**
As can be seen here:
https://github.com/aurelia/templating/blob/master/src/child-o…
-
When accessing the app from Safari via windows, mac, or ios, the resulting error is: Can’t find variable: MutationObserver in Safari Browser compatibility.
I've included a screenshot from your demo.x…