Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cafebazaar/blacksmith
/ isBlob
Function
isBlob
web/static/bower_components/angular/angular.js:727–729 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
725
726
727
function
isBlob(obj) {
728
return
toString.call(obj) ===
'[object Blob]'
;
729
}
730
731
732
function
isBoolean(value) {
Callers
1
$HttpProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected