Bundled output for commit f6541e4826 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-11-05 13:01:25 +00:00
parent f6541e4826
commit 634c0949fe
2 changed files with 33 additions and 32 deletions

View file

@ -301,6 +301,7 @@ var _9 = function($window, Stream0) {
function request(args) {
var stream0 = Stream0()
if (args.initialValue !== undefined) stream0(args.initialValue)
args.method = args.method.toUpperCase()
var useBody = typeof args.useBody === "boolean" ? args.useBody : args.method !== "GET" && args.method !== "TRACE"