Z Yin
Z Yin
I found there's another extension [toba.vsfire](https://marketplace.visualstudio.com/items?itemName=toba.vsfire), which has 10x more installs, but no longer maintained since Jan 2019. It seems this project was started half a year **after** that one...
**Library Affected**: workbox-strategies **Browser & Platform**: all browsers **Feature Request Description**: In http cache, `Cache-Control: max-age=100, stale-while-revalidate=100` means "CacheFirst if cache is fresher than 100, StaleWhileRevalidate if 100 < cache...
**Library Affected**: CacheFirst, ExpirationPlugin **Browser & Platform**: Chrome v101 **Issue or Feature Request Description**: ```js registerRoute( demoMatcher, new CacheFirst({ cacheName: "demo-cache", plugins: [new ExpirationPlugin({ maxAgeSeconds: 10 })], }) ); ```...
It seems the first chapter of Doc, [Gettings Started](https://vite-plugin-pwa.netlify.app/guide/#getting-started), is meant to tell people "how to add this plugin if you already have a vite project". However, it only covers...
I found some example code from the official doc [here](https://developer.chrome.com/docs/workbox/handling-service-worker-updates/#the-code-to-put-in-your-page) about listening for the "controlling" event in the main window, it's something like this: ```js import { Workbox } from...
In my web app, I aggressively cache some static assets in user's browsers by [setting headers](https://vercel.com/docs/project-configuration#project-configuration/headers) like `cache-control: public, max-age=2592000, stale-while-revalidate=31536000`. However, I noticed that in my recent deployments, this...
```js const errorHandler = new StackdriverErrorReporter(); errorHandler.setUser('some_user_id'); errorHandler.start({ ...config, service: 'some_service_name' }); ``` README says `setUser` can be called "at any time", but I just want to confirm, can I...
### Description In .gitignore ([doc](https://git-scm.com/docs/gitignore#_pattern_format)), `/*` means "everything, including folders, in the root path relative to the .gitignore file". This is a good starting point to construct a "whitelist" where...
It's not a big deal. I noticed it just now, so I think might as well report it.  then 
Since you already sell EPUBs, I'd like to propose a paid feature. Background: Because this book is so good, I really want to read it from start to finish, and...