Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bclinkinbeard/angular
/ isBlob
Function
isBlob
test/fixtures/foo.js:655–657 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
653
654
655
function
isBlob(obj) {
656
return
toString.call(obj) ===
'[object Blob]'
;
657
}
658
659
660
function
isBoolean(value) {
Callers
1
$HttpProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected