MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / isFormData

Function isFormData

web/static/bower_components/angular/angular.js:722–724  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

720
721
722function isFormData(obj) {
723 return toString.call(obj) === '[object FormData]';
724}
725
726
727function isBlob(obj) {

Callers 1

$HttpProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected