Dipesh Sukhia
Dipesh Sukhia
Dear User, I hope you are doing well. I am writing to you as the maintainer of the Laravel country-state-city-data package on GitHub. I want to inform you about the...
// Serve from Cache ``` self.addEventListener("fetch", event => { if (event.request.method === "POST") { return; } event.respondWith( caches.match(event.request) .then(response => { return response || fetch(event.request); }) .catch(() => { return...
Can anyone raise a PR for this issue?
Can anyone test and verify these PRs for this issue?
Maintaining, updating, and fixing bugs in a package is time-consuming and doesn't provide financial benefits. Contributing through PRs instead of just raising issues is a great way to support the...