cleanup hls stream feature detection

This commit is contained in:
Ivan Evans 2024-12-05 23:06:33 -07:00
parent 735c89d3de
commit fed4ba28a7

View file

@ -1,6 +1,5 @@
import { detect } from "detect-browser";
import fscreen from "fscreen";
import Hls from "hls.js";
export const isSafari = /^((?!chrome|android).)*safari/i.test(
navigator.userAgent,