MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / getElementChildren

Function getElementChildren

core/src/utils/sanitization/index.ts:161–163  ·  view source on GitHub ↗
(el: any)

Source from the content-addressed store, hash-verified

159 */
160// TODO(FW-2832): type
161const getElementChildren = (el: any) => {
162 return el.children != null ? el.children : el.childNodes;
163};
164
165const isSanitizerEnabled = (): boolean => {
166 const win = window as any;

Callers 2

sanitizeDOMStringFunction · 0.85
sanitizeElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected