MCPcopy Create free account
hub / github.com/denimgroup/threadfix / isDOMElement

Function isDOMElement

threadfix-main/src/main/webapp/scripts/jspdf.debug.js:2077–2079  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

2075 return typeof jsPDFAPI['process' + type.toUpperCase()] !== 'function';
2076 }
2077 , isDOMElement = function(object) {
2078 return typeof object === 'object' && object.nodeType === 1;
2079 }
2080 , createDataURIFromElement = function(element, format, angle) {
2081
2082 //if element is an image which uses data url defintion, just return the dataurl

Callers 1

jspdf.debug.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected