You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
@jitenderchand1 Hard to help with no detail, but here are some things to check:
Are you sure you mean localhost? This would mean that you want to access port 3000 on the device
If this is android and you are running your http server on your machine, have you used adb reverse tcp:3000 tcp:3000 to make it available on the device?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
var obj = {method:'POST'}
fetch('http://localhost:3000/',obj).then(function(){
self.postMessage("check");
})
The text was updated successfully, but these errors were encountered: