Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Override where XMLHttpRequest comes from? #12411

Closed
phillip-haydon opened this issue Jul 23, 2015 · 1 comment
Closed

Override where XMLHttpRequest comes from? #12411

phillip-haydon opened this issue Jul 23, 2015 · 1 comment

Comments

@phillip-haydon
Copy link

With jQuery and $.ajax you can specify a function for xhr

$.ajax({
    ....
    xhr: function() {....}
});

What is the equivalent of this in Angular?

@Narretz
Copy link
Contributor

Narretz commented Jul 23, 2015

Hi, this is currently not possible, but scheduled for 1.5, see #12159 . I am closing this as a duplicate.

@Narretz Narretz closed this as completed Jul 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants