()
| 2268 | //return (/iPad/.test(navigator.userAgent) && !window.MSStream) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1); |
| 2269 | } |
| 2270 | function isIOS13() { |
| 2271 | return isIOS() && "download" in document.createElement("a") |
| 2272 | } |
| 2273 | |
| 2274 | function createAudioContext(desiredSampleRate) { |
| 2275 | var AudioCtor = window.AudioContext || window.webkitAudioContext |
nothing calls this directly
no test coverage detected