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

chrome extensions desktopCapture #1

Open
Kleak opened this issue Jul 10, 2014 · 0 comments
Open

chrome extensions desktopCapture #1

Kleak opened this issue Jul 10, 2014 · 0 comments

Comments

@Kleak
Copy link
Member

Kleak commented Jul 10, 2014

For the example desktop-capture there is a function named chooseDesktopMedia which is used actually like that :

chrome.desktopCapture. chooseDesktopMedia(['screen'], callback(param))

I think this should be better if we have a future and use the function like this

chrome.desktopCapture.chooseDesktopMedia(['screen']).then((param) { print("do something"); });
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