crxjs / chrome-extension-tools

Bundling Chrome Extensions can be pretty complex. It doesn't have to be.
https://crxjs.dev/vite-plugin
2.97k stars 191 forks source link

Update 02-background.md #868

Closed heymaaz closed 6 months ago

heymaaz commented 9 months ago

Add details of what a service worker is and why would you need it? Give an example of src/background.ts

changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: c217158bf20ba85bfd255250b0fae126ad13ceeb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vite-plugin-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 21, 2024 1:04pm
Toumash commented 6 months ago

Im not sure what this PR is supposed to be, but # is not a comment in markdown and it looks like you are trying to add a todo instead of adding the explanation yourself. A PR should contain a solution not a task - if you want to start a discussion use a https://github.com/crxjs/chrome-extension-tools/discussions github page.

To be closed

jacksteamdev commented 6 months ago

@Toumash thank you!

@heymaaz Contributions are welcome! There's a link at the bottom of the doc to the Google Dev Docs for Chrome Extension service workers.