From b504f8842663a55de7e668c61cb7bbc6514599c0 Mon Sep 17 00:00:00 2001 From: machenmusik Date: Sat, 13 May 2017 12:46:06 -0400 Subject: [PATCH] add isHLS to docs --- docs/core/utils.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/core/utils.md b/docs/core/utils.md index ac999291f23..8bb51d89e98 100644 --- a/docs/core/utils.md +++ b/docs/core/utils.md @@ -182,3 +182,8 @@ AFRAME.registerComponent('foo', { throttledTick: function (t, dt) {} }); ``` + +### `AFRAME.utils.isHLS (src, type)` + +Given video element src and type, guess whether stream is HLS. +This is used internally to make special accommodations for HLS playback on iOS 10+ using Mobile Safari. \ No newline at end of file