MCPcopy Index your code
hub / github.com/angular-ui/ui-router / isFormData

Function isFormData

test/angular/1.3/angular.js:644–646  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

642
643
644function isFormData(obj) {
645 return toString.call(obj) === '[object FormData]';
646}
647
648
649function isBlob(obj) {

Callers 1

$HttpProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected