MCPcopy 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
649function isBlob(obj) {
650 return toString.call(obj) === '[object Blob]';
651}
652
653
654function isBoolean(value) {

Callers 1

$HttpProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected