We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f770d77 commit 7dfe9d5Copy full SHA for 7dfe9d5
geo-ip.js
@@ -3,5 +3,8 @@ if (self.fetch) {
3
.then((resp) => resp.json())
4
.then(function (data) {
5
console.log("data: ", data);
6
+ })
7
+ .catch(function (error) {
8
+ console.log(error);
9
});
10
}
0 commit comments