rx-player
Version:
Canal+ HTML5 Video Player
19 lines (13 loc) • 806 B
Markdown
| Consideration | Status |
| ----------------------- | ------------------------------------------ |
| Preferred import style | Depends on the environment [1] |
| Multithread environment | Should be runnable in a WebWorker entirely |
[] In a Multithreading mode, no file from that directory should ever be imported by
external code but the `CoreEntry` to generate the worker bundle. In a monothreading mode,
any file may be directly imported.
The Core Entry serves as the entry point of the `core` code, which may optionally run in a
WebWorker.
When in monothreading mode, files declared here may be imported directly to make the link
with the core code (which between other things allows to load and push segments).