(el: Element)
| 14 | const ION_CONTENT_SELECTOR = `${ION_CONTENT_ELEMENT_SELECTOR}, ${ION_CONTENT_CLASS_SELECTOR}`; |
| 15 | |
| 16 | export const isIonContent = (el: Element) => el.tagName === ION_CONTENT_TAG_NAME; |
| 17 | |
| 18 | /** |
| 19 | * Waits for the element host fully initialize before |
no outgoing calls
no test coverage detected