File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,13 +225,10 @@ You can find it at any of the following places:
225225 import { EMBEDDED_WORKER } from " rx-player/experimental/features/embeds" ;
226226 ```
227227
228- This allows to bypass the need to store and serve separately those two files .
228+ This allows to bypass the need to store and serve separately that file .
229229
230230 If you would prefer more control and a smaller bundle size, you may instead consider the
231- other following ways to load those as separate files. This will lead to smaller file
232- sizes and they will only be loaded on demand, but at a maintenance cost: you'll have to
233- store and serve those files yourself as well as not forget to update them each time you
234- update the RxPlayer.
231+ other following ways to it as a separate file.
235232
236233- With every release note published on GitHub as ` worker.js ` (you should only use the file
237234 linked to the RxPlayer's version you're using),
You can’t perform that action at this time.
0 commit comments