Send download link on completion
This commit is contained in:
parent
fa99a96733
commit
b92f5cfb43
6 changed files with 67 additions and 6 deletions
|
@ -10,4 +10,8 @@ precacheAndRoute(self.__WB_MANIFEST, {
|
|||
});
|
||||
|
||||
const handler = createHandlerBoundToURL('/');
|
||||
registerRoute(new NavigationRoute(handler));
|
||||
registerRoute(
|
||||
new NavigationRoute(handler, {
|
||||
denylist: [new RegExp('/downloads/')]
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue