mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Add track-specific conversion options, fix esbuild race condition
This commit is contained in:
@@ -610,3 +610,9 @@ export const isSafari = () => {
|
||||
isSafariCache = result;
|
||||
return result;
|
||||
};
|
||||
|
||||
/**
|
||||
* T or a promise that resolves to T.
|
||||
* @public
|
||||
*/
|
||||
export type MaybePromise<T> = T | Promise<T>;
|
||||
|
||||
Reference in New Issue
Block a user