Angular 2/4. Support of "DELETE" and "PUT" http requests using XMLHttpRequest interface

时间:2017-08-04 12:28:01

标签: angular http xmlhttprequest

Angular 2/4 can use HttpClient, which uses XMLHttpRequest interface provided by user browser, to send http requests. (source: https://angular.io/guide/http).

Does that mean that if user's browser doesn't support PUT or DELETE requests Angular 2/4 won't be able to send these PUT or DELETE requests?

0 个答案:

没有答案