Re: [blink-dev] Android shared workers

2025-02-05 Thread Thomas Danecker
Hello, SharedWorker seems to be the only way to store OAuth 2.0 access tokens securely in browser sessions and share them between tabs. See for example the best practices described here: https://auth0.com/docs/secure/security-guidance/data-security/token-storage Any other solutions (e.g. using

Re: [blink-dev] Android shared workers

2024-04-03 Thread xxai art
I used SharedWorker to reuse websocket connections, and then I found that chrome on Android does not support this (but firefox does) 在2024年3月8日星期五 UTC+8 08:23:58 写道: > All, > > On Friday, October 20, 2023 at 2:01:30 AM UTC-7 Kenji Baheux wrote: > > Things are a bit different these days. That sa

Re: [blink-dev] Android shared workers

2024-03-07 Thread 'Christian Stewart' via blink-dev
All, On Friday, October 20, 2023 at 2:01:30 AM UTC-7 Kenji Baheux wrote: Things are a bit different these days. That said, there are other interop requests that compete for the team's bandwidth, beside their main projects. The other requests have clearer signals of impact *at the moment*. W

Re: [blink-dev] Android shared workers

2023-10-20 Thread Kenji Baheux
On Thu, Oct 19, 2023 at 10:56 PM Ben Kelly wrote: > On Thu, Oct 19, 2023 at 5:20 AM Kenji Baheux > wrote: > >> Compelling use cases (e.g. actual & reasonably popular products that work >> better or only work when sharedworker are available *on mobile*) would >> help boost the priority over other

Re: [blink-dev] Android shared workers

2023-10-19 Thread Ben Kelly
On Thu, Oct 19, 2023 at 5:20 AM Kenji Baheux wrote: > Compelling use cases (e.g. actual & reasonably popular products that work > better or only work when sharedworker are available *on mobile*) would > help boost the priority over other interop requests. > There were enough use cases for Apple

Re: [blink-dev] Android shared workers

2023-10-19 Thread Kenji Baheux
Compelling use cases (e.g. actual & reasonably popular products that work better or only work when sharedworker are available *on mobile*) would help boost the priority over other interop requests. On Wed, Oct 18, 2023 at 11:04 PM Ben Kelly wrote: > FWIW, chrome on android is the last holdout on

Re: [blink-dev] Android shared workers

2023-10-18 Thread Ben Kelly
FWIW, chrome on android is the last holdout on shared workers. Safari on ios supports it. It would be nice if this could be prioritized. On Wed, Oct 18, 2023 at 9:44 AM Rik Cabanier wrote: > One of our users reported that sharedworkers weren't working in the > browser. > After investigating it