From 0d7db5b7a7765b36dcd9245f4a515c10af840ccf Mon Sep 17 00:00:00 2001 From: Tom Jenkinson Date: Wed, 12 Apr 2023 15:52:45 +0100 Subject: [PATCH 01/79] reference v1 jsdelivr url in v1 api doc people should be using that over latest so that things don't break when we release v2 with potentially breaking changes. Main readme already used v1 url --- docs/API.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/API.md b/docs/API.md index 96caca20694..fe10fbaf7a5 100644 --- a/docs/API.md +++ b/docs/API.md @@ -174,16 +174,16 @@ See [API Reference](https://hlsjs-dev.video-dev.org/api-docs/) for a complete li ### First step: setup and support -First include `https://cdn.jsdelivr.net/npm/hls.js@latest` (or `/hls.js` for unminified) in your web page. +First include `https://cdn.jsdelivr.net/npm/hls.js@1` (or `/hls.js` for unminified) in your web page. ```html - + ``` Invoke the following static method: `Hls.isSupported()` to check whether your browser is supporting [MediaSource Extensions](http://w3c.github.io/media-source/). ```html - + + +