Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricSimons/ionic-course
/ isBlob
Function
isBlob
code/songhop/www/lib/angular/angular.js:633–635 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
631
632
633
function
isBlob(obj) {
634
return
toString.call(obj) ===
'[object Blob]'
;
635
}
636
637
638
function
isBoolean(value) {
Callers
1
$HttpProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected