MCPcopy Create free account
hub / github.com/ORCID/orcid-angular / se

Function se

scripts/new-relic.runtime.js:2774–2792  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2772 })
2773 }
2774 function se(e) {
2775 if ('string' == typeof e && e.length) return e.length
2776 if ('object' == typeof e) {
2777 if (
2778 'undefined' != typeof ArrayBuffer &&
2779 e instanceof ArrayBuffer &&
2780 e.byteLength
2781 )
2782 return e.byteLength
2783 if ('undefined' != typeof Blob && e instanceof Blob && e.size)
2784 return e.size
2785 if (!('undefined' != typeof FormData && e instanceof FormData))
2786 try {
2787 return (0, k.A)(e).length
2788 } catch (e) {
2789 return
2790 }
2791 }
2792 }
2793 var oe = i(8139),
2794 ae = i(7836),
2795 ce = i(3434)

Callers 3

uMethod · 0.85
RMethod · 0.85
AMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected