Skip to content

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
});
Clone this wiki locally