-
有些时候脚本执行的时候DOM还没有完全加载,就会出现
```
Uncaught (in promise) TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
at Object.addPluginStyle (159:26)
at O…
-
### Reproduction
1. Adding this line into `Console.svelte`:
```ts
$: container && console.assert(document.body.contains(container), "Container must be in the document body");
```
2. Open [/…
-
-
I'm getting around shadow dom in litelement like so :
```javascript
render() {
const div = document.createElement('div');
div.style.height = '100'
div.style.width = '300'
doc…
-
**Describe the bug:**
When trying to access a site that uses Cloudflare Verification, the "Verifying you are a human" process causes a panic stemming from here https://github.com/servo/servo/blob/mai…
msub2 updated
2 weeks ago
-
### Description
I have a custom post type which I wanna use as a pattern.
If I try something like this, the editor crashes.
```
const handleEditForm = () => {
onNavigateToEntityRecord( {
…
-
**Describe the bug**
shadow dom filter close
**To Reproduce**
Steps to reproduce the behavior:
[shadow dom filter close](https://jsfiddle.net/dineug/ubovLm2q/)
**Expected behavior**
Do not c…
-
```
After doing some tests (https://github.com/Scarygami/google-plugins) I've come
to the conclusion that most of the current gapi plugins don't work well when
trying to render them inside of custom…
-
```
This affects even the front page of Google itself, so we need to fix as
much of this as possible for 9.0.4. This tracker will cover relevant
bugzilla numbers.
nsIDOM3Node.textContent (VERY IMPORT…
-
```
What steps will reproduce the problem?
1. I have tried the filter/highlight religions example
(http://simile.mit.edu/timeline/examples/religions/religions.html)
2. when running the code for buildi…