Malte Ubl

Results 71 comments of Malte Ubl

Before diving too deep into the pull request, I'd like to discuss things here. Unfortunately the PR will be relatively tough to land as changing the storage interface requires changing...

@zhouyx Do you want to reconsider this?

Since we would strip this on cache delivery (that has its own, different CSP), I think the right solution is just to use a HTTP header instead.

Hmm, I'm certainly not opposed to doing this. @Gregable

I don't think we can use `isTrusted` on message events, because it is currently always `true` for all message events invoked via `postMessage`. `navigator.triggeredByUserActivation` may leak the fact to other...

I have no preference in API really. If we can make it work for `setTimeout` and friends that is cool, of course. Exposing this will unlock a lot of use...

Yeah, the `/` is wrong. Do you want to send a PR to fix it?

Good catch. I have a pretty aggressive optimization for my own site that renders pages in puppeteer and stores the information as to whether they appear above the fold. ```js...

Requested access. I can look into PPR compat. Actually, if all you do is switch away from edge runtime (which doesn't support static optimization) then it might just become static...

Thanks. Updated issue a little. Not sure when I'll have time to fix, but thanks for the report!