Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
722
function
isFormData(obj) {
723
return
toString.call(obj) ===
'[object FormData]'
;
724
}
725
726
727
function
isBlob(obj) {
Callers
1
$HttpProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected