Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Loader Classes into LoaderBase #1048

Closed
dsparacio opened this issue Jan 22, 2016 · 1 comment
Closed

Refactor Loader Classes into LoaderBase #1048

dsparacio opened this issue Jan 22, 2016 · 1 comment
Milestone

Comments

@dsparacio
Copy link
Contributor

There are too many shared aspects of loader classes for manifest, xlink, fragment. Lets refactor and also think of a way to abstract it a bit so we can have XHR loading or p2p or streams, multicast etc.

Also want to be able to set values for these via API
const RETRY_ATTEMPTS = X;
const RETRY_INTERVAL = X;

@dsparacio
Copy link
Contributor Author

Update. The Retry API is already added in 2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant