MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / isBlob

Function isBlob

code/songhop/www/lib/angular/angular.js:633–635  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

631
632
633function isBlob(obj) {
634 return toString.call(obj) === '[object Blob]';
635}
636
637
638function isBoolean(value) {

Callers 1

$HttpProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected