mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
fix mse abort error
This commit is contained in:
parent
f6f8ffcd5f
commit
74ba211a40
@ -558,7 +558,7 @@ export class MSE {
|
||||
return Promise.resolve()
|
||||
}
|
||||
return this._enqueueOp(type, () => {
|
||||
this._sourceBuffer[type].abort()
|
||||
this._sourceBuffer[type]?.abort()
|
||||
this._onSBUpdateEnd(type)
|
||||
}, 'abort', context)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user