PWA: Support system sharing menu (follow-up 2) (#2150)

This commit is contained in:
Alexander Zinchuk 2022-11-19 22:48:33 +03:00
parent d4acd654e8
commit 7aca07145d

View File

@ -25,7 +25,7 @@ export async function respondForShare(e: FetchEvent) {
} }
} }
return Response.redirect('..'); return Response.redirect('.');
} }
export function handleClientMessage(e: ExtendableMessageEvent) { export function handleClientMessage(e: ExtendableMessageEvent) {