Liking cljdoc? Tell your friends :D

page-renderer.service-worker-generator


generate-ring-responseclj

(generate-ring-response renderable)

renderable.sw-default-url {string} – application default url. Must be an absolute path like '/app'. Defaults to '/'. Will be used in a regexp. renderable.sw-add-assets {collection<string>} - a collection of additional assets you want to precache, like ["/fonts/icon-font.woff","/logo.png"]

renderable.sw-default-url {string} – application default url.
 Must be an absolute path like '/app'. Defaults to '/'. Will be used in a regexp.
renderable.sw-add-assets {collection<string>} - a collection of additional
 assets you want to precache, like ["/fonts/icon-font.woff","/logo.png"]
sourceraw docstring

generate-scriptclj

(generate-script renderable)

renderable.sw-default-url {string} – application default url. Must be an absolute path like '/app'. Defaults to '/'. Will be used in a regexp. renderable.sw-add-assets {collection<string>} - a collection of additional assets you want to precache, like ["/fonts/icon-font.woff","/logo.png"]

renderable.sw-default-url {string} – application default url.
 Must be an absolute path like '/app'. Defaults to '/'. Will be used in a regexp.
renderable.sw-add-assets {collection<string>} - a collection of additional
 assets you want to precache, like ["/fonts/icon-font.woff","/logo.png"]
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close