(side: string)
| 101 | } |
| 102 | |
| 103 | function getInset(side: string): string { |
| 104 | return `${getSupportedEnv()}(safe-area-inset-${side})`; |
| 105 | } |
| 106 | |
| 107 | function createContextElement(): HTMLElement { |
| 108 | const element = document.createElement('div'); |
no test coverage detected