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

Add speed controler for <audio> - Step 1 #175

Closed
wants to merge 1 commit into from

Conversation

canarslan12
Copy link
Contributor

Add speed controler for #158
NOT FULLY TESTED
Also need more work about controller

Add speed controler for <audio> igrigorik#158
NOT FULLY TESTED
Also need more work about controller
@@ -323,6 +323,12 @@ chrome.extension.sendMessage({}, function(response) {
}
});
}
function getArrayFromTag(tagname) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can just used querySelector, no need for the extra gymnastics.

That said, handling audio requires a much deeper rethink of how the plugin works and how the speed is displayed and where. I don't think we should be landing this half-baked.. as it opens up a deep well of technical debt.

@igrigorik
Copy link
Owner

Closing, as this is a partial solution that would open up a lot of technical debt.. If/when we want to tackle audio as a first-class use case, we can revisit.

@igrigorik igrigorik closed this Mar 16, 2017
@canarslan12 canarslan12 deleted the patch-2 branch December 10, 2018 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants