andyj2022
andyj2022
Please any help or pointers?
Sorry. Documentation (https://developer.chrome.com/docs/web-platform/prerender-pages): > Speculation rules are not supported for prefetch for pages controlled by service workers. We are working to add this support. Follow this [Support service worker issue](https://issues.chromium.org/issues/40947546)...
The problem is that I define the 'ID' attribute in two types of block elements (paragraph and heading), so keepOnSplit, keepMarks or keepAttributes are not accepted, which only work for...
Thank you. I have solved it by capturing the event with 'handleDOMEvents', but it seems to me that the **keepOnSplit** behavior for attributes is a bug.
Thanks. That was exactly it: the header wasn't sending the `fetchpriority=high`, even though it was in the HTML. I'm not closing the issue: you can close it if you consider...