()
| 12 | const mode = hostsBreakingOnStylePosition.includes(location.hostname) ? 'away' : 'next' |
| 13 | |
| 14 | export function getStyleInjectionMode() { |
| 15 | return mode; |
| 16 | } |
| 17 | |
| 18 | const stylesWaitingForBody = new Set<HTMLStyleElement | SVGStyleElement>(); |
| 19 | let bodyObserver: MutationObserver | null; |
no outgoing calls
no test coverage detected