Open cn10xdev opened 1 month ago
Hi @cn10xdev,
I'm new to open-source contributions and excited to participate in the 10Xtober festival! I’d love to get started by working on one of the issues labeled "good first issue." Could you please assign one to me to help me get started?
Thank you!
The checkValidServiceWorker function only checks for 404 status codes and fails to handle other non-200 responses. This could lead to situations where other errors are not correctly dealt with. Implementing a more comprehensive status code check is necessary.