Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-ui/ui-router
/ isBlob
Function
isBlob
test/angular/1.3/angular.js:649–651 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
647
648
649
function
isBlob(obj) {
650
return
toString.call(obj) ===
'[object Blob]'
;
651
}
652
653
654
function
isBoolean(value) {
Callers
1
$HttpProvider
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected