
The Customer Data Platform for Developers
Website
·
Documentation
·
Community Slack
@rudderstack/analytics-js-service-worker
RudderStack Javascript SDK service worker that can be used in browser extensions and serverless runtimes.
It exposes the same interface and features as the NodeJS SDK
For detailed documentation on the RudderStack JavaScript SDK, click here.
Table of Contents
Installing the package
To install the package via npm, run the following command:
npm install @rudderstack/analytics-js-service-worker --save
Note that this NPM module is only meant to be used for a service worker usage. If you want to integrate RudderStack with your Node.js application, refer to the RudderStack Node.js repository.
Usage in Chrome Extensions
RudderStack JS SDK service worker can be used in Chrome Extensions with manifest v3, both as a content script or as a background script service worker.
For examples and specific details look into Chrome Extensions Usage
Usage in Serverless runtimes
RudderStack JS SDK service worker can be used in serverless runtimes like Cloudflare Workers or Vercel Edge functions.
For examples and specific details look into: