MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / isBlob

Function isBlob

web/static/bower_components/angular/angular.js:727–729  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

725
726
727function isBlob(obj) {
728 return toString.call(obj) === '[object Blob]';
729}
730
731
732function isBoolean(value) {

Callers 1

$HttpProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected