Created
July 19, 2017 00:06
-
-
Save gauntface/a70c769dabe578a24c87d1af42727f54 to your computer and use it in GitHub Desktop.
Example usage of workbox-routing global namespace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const router = new google.workbox.routing.Router(); | |
const route = new google.workbox.routing.Route(); | |
const expressRoute = new google.workbox.routing.ExpressRoute(); | |
google.workbox.routing.default // This is the default export "routing" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment