MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / isBlob

Function isBlob

OpenReservation/wwwroot/Scripts/angular.js:699–701  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

697 }
698
699 function isBlob(obj) {
700 return toString.call(obj) === '[object Blob]';
701 }
702
703 function isBoolean(value) {
704 return typeof value === 'boolean';

Callers 1

$HttpProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected