MCPcopy
hub / github.com/deepch/RTSPtoWebRTC / toType

Function toType

web/static/js/bootstrap.js:87–89  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

85 var MILLISECONDS_MULTIPLIER = 1000; // Shoutout AngusCroll (https://goo.gl/pxwQGp)
86
87 function toType(obj) {
88 return {}.toString.call(obj).match(/\s([a-z]+)/i)[1].toLowerCase();
89 }
90
91 function getSpecialTransitionEndEvent() {
92 return {

Callers 1

bootstrap.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected