-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When processing a captions, a regular expression is used - /[\s\S].(?=00:00:00.000)/
playkit-js-navigation/src/captions.ts
Line 56 in 1eb6165
| source = source.replace(/[\s\S]*.*(?=00:00:00.000)/, ''); |
It takes a very long time to execute and requires large calculations even for a small number of captions

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels