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

Audio: stop loading method #1

Open
yvg opened this issue Nov 2, 2011 · 3 comments
Open

Audio: stop loading method #1

yvg opened this issue Nov 2, 2011 · 3 comments

Comments

@yvg
Copy link

yvg commented Nov 2, 2011

No description provided.

@padenot
Copy link

padenot commented Nov 24, 2011

Firefox has a working implementation [1], that needs unit tests and rebasing (the patch is quite old but should work) before being landed.

It adds two methods : mozStopDownload() & mozStartDownload(), as well as context menu on the video/audio elements.

[1] : https://bugzilla.mozilla.org/show_bug.cgi?id=559468

@tsenart
Copy link
Contributor

tsenart commented Nov 24, 2011

@padenot cool! But what is the mozStartDownload() for? We already have load()? Is it intended for resuming download as well?

@padenot
Copy link

padenot commented Nov 24, 2011

mozStartDownload() is intended to restart a paused download, and is (as far as I remember) no-op if no download was paused. I am not satisfied with the API as well.

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

No branches or pull requests

3 participants