()
| 833 | } |
| 834 | |
| 835 | function getPipDoc(): Document | null { |
| 836 | return (docPiP.window?.document as Document) ?? null; |
| 837 | } |
| 838 | |
| 839 | function injectFontCSS(fontCSS: string): void { |
| 840 | const pipDoc = getPipDoc(); |
no outgoing calls
no test coverage detected