[Webkit-unassigned] [Bug 227113] PWA mistakingly thinking to be offline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 1 08:10:33 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227113

--- Comment #4 from Matthias Perktold <matthias.perktold at asaon.com> ---
Yes, that is expected, so you cannot reproduce, and with your link I cannot reproduce either.

The check is done by the framework, I think it is these two files:
https://github.com/vaadin/flow/blob/master/flow-server/src/main/resources/com/vaadin/flow/server/frontend/sw.ts
https://github.com/vaadin/flow/blob/master/client/packages/client-common/src/ConnectionState.ts

It does involve navigator.onLine.

One difference is that the certificate I am using for local development is not trustworthy.
Is that relevant? It works in other browsers, once I ignore the warning about the certificate that is.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210701/81cd8bb9/attachment.htm>


More information about the webkit-unassigned mailing list