-
[`assign(...nodes)`](https://html.spec.whatwg.org/multipage/scripting.html#dom-slot-assign) need to run [assign slottable for a tree](https://dom.spec.whatwg.org/#assign-slotables-for-a-tree) on slots…
rniwa updated
2 years ago
-
So, I found out that the script doesn't work when running on headless mode. Also, found it the hard way since I got my developer instance reclaimed again 😞
For the mean time, I got few workarounds…
jd-m3 updated
4 years ago
-
The content scripts are not injecting into some empty iframes. This may be due to the current injection method since the content scripts are only injected when the onCommitted webNavigation event fire…
-
I have a JS script which fires after startupComplete which loads history values from persistent datastore, however it fails with error :
There is no queryable persistence service registered with the …
-
# Provide required information needed to triage your issue
Sometimes when the document is edited quickly (such as multiple copy and paste by the user), the events for paragraphs added/changed or …
-
Hi,
In Firefox. I tried uploading 400 MB file. All the java scripts events gets fired. Files shows up in the Queue. But when I click Upload Button. No call is made to Web API.
But it works fine…
-
I'm working on making a rather big, domain specific java API available through JPype. One of our main issues is the complete lack of type information during static analysis - and therefore no linting …
-
It would be useful to be able to do queries to the server while using RETS-MD.
I usually write a separate script to test queries but would be nice to be able to fire up RETS-MD and do some quick te…
-
The script does not work if the mouse is connected to any touch device (tablet, touch monitor).
This bug fires only in Chrome. In FF it's fine.
-
Found fuzzing with domato.
```html
setTimeout(_=>{
document.open();
document.createRange().insertNode(document.createElement("a"));
document.writeln(728544);
});
```
```gdb
VMwa…