MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / isFormData

Function isFormData

OpenReservation/wwwroot/Scripts/angular.js:695–697  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

693 }
694
695 function isFormData(obj) {
696 return toString.call(obj) === '[object FormData]';
697 }
698
699 function isBlob(obj) {
700 return toString.call(obj) === '[object Blob]';

Callers 1

$HttpProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected