Sarthak Agarwal
Sarthak Agarwal
Resolves #79 Loom: https://www.loom.com/share/d67061ca2f074146a50eb5015b3c0d4b?sid=79d4ec7a-2195-4528-9716-798da2b89a0c
## Is your feature request related to a problem? Please describe. I need to validate geographic coordinates (latitude and longitude) in my applications. Currently, there are no built-in validators for...
Fixes the cors issue while credentials mode is on.
``` chrome.cookies.get( { url: "http://localhost:3000", name: "accessToken" }, function (cookie) { if (cookie) { console.log("Cookie value:", cookie.value); setCookies(cookie); } else { console.log("Cookie not found"); } }, ); ``` chrome.cookies.get is...