-
-
Notifications
You must be signed in to change notification settings - Fork 3
Timeout
Fatih Koca edited this page Nov 27, 2019
·
1 revision
Set a timeout (in milliseconds) for the request.
Default value is 60000
.
Vue.ajax.get("http://example.com", {}, {
timeout: 60000
});