Post #2333080
2026-05-07 10:52 UTC
arent web APIs just wonderful :woozy_fax:
let obj = document.createElement("video");
console.log(obj.canPlayType("video/mp4"));
// "maybe"
Replies (1)
-
@vox@mk.absturztau.be 2026-05-07 10:53
its real btw that function either returns an empty string, "probably" or "maybe". those are the literal documented return values it has. https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/canPlayType