Gilberto Cocchi

Results 46 comments of Gilberto Cocchi

Hi Damien, nice to e-meet you and thanks for your quick turn around here! I agree with you that in theory it should be the developers using the library to...

@darrachequesne I took a chance to rewrite the initial description because now the beforeUnload method is no longer suggested. Chrome now handles correctly Closing WebSocket connection on pagehide. If that's...

@darrachequesne I've updated the description with better explainations and impacts stats, it looks like at least 71% of Sites using socket.io are using it in a non optimal way. All...

Also, we suggest not to use beforeunload but rather pagehide to close the connection, but even if developers would use that option it would not be sufficient to make the...

Hi Andrew, that's a great idea, thanks for sharing, I am happy to trigger a github issue suggesting that change.

We've received feedback from multiple developers recently tackling BFCache and having an hard time to easily distinguish `back_forward_cache` vs a `back_forward` navigation type and most of them were surprised back_forward_cache...

+1 about what Barry said, I don't believe there is appetite or a real need to detect whether a back_forward_cache navigation was prerendered even thought there might be overlaps as...

FYI: some developers asked assistance as they struggle to collectively identify different Navigation Types across different standards options. This is a small example about what developers have been asked to...

Thanks Fergal, I agree with you, at first I wanted to help with a simple one helper but considering that on a restored page via BFCache code would run only...

Thanks Fergal, I think I would need a table to better map all the cases overall, happy to jump on a chromium doc when possible. Currently I believe navigate can...