* Find all elements * @param {String|Element} el The root element where to perform the search from * @param {Element} node The query * @returns {Array } An array of DOM elements * @example * findAll('a') => [].slice.call(document.querySelectorAll('a')) * findAll
(el, node)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected