You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⧉ Service worker communicate offline state to client. PR:10007 Fix a bug that the connection indicator is not visible when starting offline.
⧉ Set default PWA start_url as "." instead of "". PR:10194. Tickets:10148 Fix a bug that a PWA cannot be installed.
⧉ Offline path should be relative to current path not root. PR:10191 Fix a bug that cannot offline start a custom offline page with non-root context path.
⧉ Don't clean registry on every new routes set. PR:10176. Ticket:10109 RouteRegsitry should not be cleaned up every time when new routes are set: there may be interim registry modification which adds routes. Such routes should not be removed but they should stay in the registry.
⧉ Execute error handling as a last action in message handler. PR:10142. Tickets:9647, 9705