mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
c75c03e0bb
Co-authored-by: Alexander Lichter <manniL@gmx.net> Co-authored-by: Pooya Parsa <pyapar@gmail.com>
639 B
639 B
Service worker
- Can be used for edge rendering
- No dependency on Node.js
- No Node.js environment and features
Warning Deployment as service worker has some limitations since SSR code is not running in Node.js environment but pure JavaScript.
Entrypoint
The worker preset produces a service worker that can provide full HTML rendering within a worker context (for example Cloudflare Workers). It registers appropriate handlers for fetch
, install
and activate
.
For more information you can see the source code.