Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jobispo committed Nov 13, 2023
1 parent e76154f commit 7af6261
Show file tree
Hide file tree
Showing 13 changed files with 1,884 additions and 1,888 deletions.
2 changes: 1 addition & 1 deletion dist/deps.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions dist/shaka-player.compiled.debug.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1926,27 +1926,6 @@ shaka.media.MetaSegmentIndex = class extends shaka.media.SegmentIndex {
*/
updateEvery(interval, updateCallback) {}
};
/**
* @summary A networking plugin to handle http and https URIs via the Fetch API.
*/
shaka.net.HttpFetchPlugin = class {
/**
* @param {string} uri
* @param {shaka.extern.Request} request
* @param {shaka.net.NetworkingEngine.RequestType} requestType
* @param {shaka.extern.ProgressUpdated} progressUpdated Called when a
* progress event happened.
* @return {!shaka.extern.IAbortableOperation.<shaka.extern.Response>}
*/
static parse(uri, request, requestType, progressUpdated) {}
/**
* Determine if the Fetch API is supported in the browser. Note: this is
* deliberately exposed as a method to allow the client app to use the same
* logic as Shaka when determining support.
* @return {boolean}
*/
static isSupported() {}
};
/**
* A text displayer plugin using the browser's native VTTCue interface.
* @implements {shaka.extern.TextDisplayer}
Expand Down Expand Up @@ -3177,6 +3156,27 @@ shaka.hls.HlsParser = class {
*/
onExpirationUpdated(sessionId, expiration) {}
};
/**
* @summary A networking plugin to handle http and https URIs via the Fetch API.
*/
shaka.net.HttpFetchPlugin = class {
/**
* @param {string} uri
* @param {shaka.extern.Request} request
* @param {shaka.net.NetworkingEngine.RequestType} requestType
* @param {shaka.extern.ProgressUpdated} progressUpdated Called when a
* progress event happened.
* @return {!shaka.extern.IAbortableOperation.<shaka.extern.Response>}
*/
static parse(uri, request, requestType, progressUpdated) {}
/**
* Determine if the Fetch API is supported in the browser. Note: this is
* deliberately exposed as a method to allow the client app to use the same
* logic as Shaka when determining support.
* @return {boolean}
*/
static isSupported() {}
};
/**
* @summary A networking plugin to handle http and https URIs via XHR.
*/
Expand Down
451 changes: 225 additions & 226 deletions dist/shaka-player.compiled.debug.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/shaka-player.compiled.debug.map

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions dist/shaka-player.compiled.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1926,27 +1926,6 @@ shaka.media.MetaSegmentIndex = class extends shaka.media.SegmentIndex {
*/
updateEvery(interval, updateCallback) {}
};
/**
* @summary A networking plugin to handle http and https URIs via the Fetch API.
*/
shaka.net.HttpFetchPlugin = class {
/**
* @param {string} uri
* @param {shaka.extern.Request} request
* @param {shaka.net.NetworkingEngine.RequestType} requestType
* @param {shaka.extern.ProgressUpdated} progressUpdated Called when a
* progress event happened.
* @return {!shaka.extern.IAbortableOperation.<shaka.extern.Response>}
*/
static parse(uri, request, requestType, progressUpdated) {}
/**
* Determine if the Fetch API is supported in the browser. Note: this is
* deliberately exposed as a method to allow the client app to use the same
* logic as Shaka when determining support.
* @return {boolean}
*/
static isSupported() {}
};
/**
* A text displayer plugin using the browser's native VTTCue interface.
* @implements {shaka.extern.TextDisplayer}
Expand Down Expand Up @@ -3177,6 +3156,27 @@ shaka.hls.HlsParser = class {
*/
onExpirationUpdated(sessionId, expiration) {}
};
/**
* @summary A networking plugin to handle http and https URIs via the Fetch API.
*/
shaka.net.HttpFetchPlugin = class {
/**
* @param {string} uri
* @param {shaka.extern.Request} request
* @param {shaka.net.NetworkingEngine.RequestType} requestType
* @param {shaka.extern.ProgressUpdated} progressUpdated Called when a
* progress event happened.
* @return {!shaka.extern.IAbortableOperation.<shaka.extern.Response>}
*/
static parse(uri, request, requestType, progressUpdated) {}
/**
* Determine if the Fetch API is supported in the browser. Note: this is
* deliberately exposed as a method to allow the client app to use the same
* logic as Shaka when determining support.
* @return {boolean}
*/
static isSupported() {}
};
/**
* @summary A networking plugin to handle http and https URIs via XHR.
*/
Expand Down

0 comments on commit 7af6261

Please sign in to comment.