You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 1. If the algorithm was invoked with media provider object or a URL record whose blob URL entry is a blob URL entry whose object is a media provider
940
-
// object, then let mode be local. Otherwise let mode be remote.
941
-
// FIXME: Detect media provider object / blob URLs with a media provider object.
939
+
// 1. Let mode be remote.
942
940
auto mode = FetchMode::Remote;
943
941
944
-
// FIXME: 2. If mode is remote, then let the current media resource be the resource given by the URL record passed to this algorithm; otherwise, let the
942
+
// FIXME: 2. If the algorithm was invoked with media provider object, then set mode to local.
943
+
// Otherwise:
944
+
// 1. Let object be the result of obtaining a blob object using the URL record's blob URL entry and the media
// 2. If object is a media provider object, then set mode to local.
947
+
// FIXME: 3. If mode is remote, then let the current media resource be the resource given by the URL record passed to this algorithm; otherwise, let the
945
948
// current media resource be the resource given by the media provider object. Either way, the current media resource is now the element's media
946
949
// resource.
947
-
// FIXME: 3. Remove all media-resource-specific text tracks from the media element's list of pending text tracks, if any.
950
+
// FIXME: 4. Remove all media-resource-specific text tracks from the media element's list of pending text tracks, if any.
948
951
949
-
//4. Run the appropriate steps from the following list:
952
+
//5. Run the appropriate steps from the following list:
0 commit comments