MCPcopy 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
655function isBlob(obj) {
656 return toString.call(obj) === '[object Blob]';
657}
658
659
660function isBoolean(value) {

Callers 1

$HttpProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected