()
| 217 | * Returns true if the parent parameter indicates that we're in an iframe. |
| 218 | */ |
| 219 | export function isInChildFrame(): boolean { |
| 220 | return window.parent !== window |
| 221 | } |
| 222 | |
| 223 | /** |
| 224 | * Returns the URL of the app without query parameters, handling both embedded and non-embedded cases. |
no outgoing calls
no test coverage detected
searching dependent graphs…