(side: string)
| 152 | } |
| 153 | |
| 154 | function getInset(side: string): string { |
| 155 | return `${getSupportedEnv()}(safe-area-inset-${side})`; |
| 156 | } |
| 157 | |
| 158 | function createContextElement(): HTMLElement { |
| 159 | const element = document.createElement('div'); |
no test coverage detected