Audible tabs API from chromium 45
-
kroppy last edited by
Since it is already available in chromium 45, will it be available in Opera? And if when?
https://code.google.com/p/chromium/issues/detail?id=438903
and docs
https://developer.chrome.com/extensions/tabs#event-onUpdatedchrome.tabs.onUpdated.addListener...
changeInfo.audible
I'd like to add that to my extension, so I want to know. -
threatdown last edited by
Opera developer channel is using chromium 45, so I'd imagine if it's not available already it would be soon
-
kroppy last edited by
In Opera 31 developer, changeInfo.audible gives me undefined, so it's not. I found out that Opera does not use beta chromium builds, so it wont be available until it's in stable. I will wait with patience. I have prepared my code to be ready when it's out.
-
gustavwiz last edited by
First of all, I would like support for turning off the sound on tabs in the user interface.
-
kroppy last edited by
I don't wan't to promise too much, but I think I will add "mute tab" on audible tabs in my extension, it's there in docs so it shouldn't be too hard.
-
leocg Moderator Volunteer last edited by
In Opera 31 developer, changeInfo.audible gives me undefined, so it's not.
But wasn't it implemented in Chromium 45? If so, then it would only be available from Opera developer 32, if the case.
I found out that Opera does not use beta chromium builds
Yes, it does, in the beta channel.
-
kroppy last edited by
In Opera 31 developer, changeInfo.audible gives me undefined, so it's not.
But wasn't it implemented in Chromium 45? If so, then it would only be available from Opera developer 32, if the case.
I found out that Opera does not use beta chromium builds
Yes, it does, in the beta channel.
In chrome canary build there is enable-tab-audio-muting flag in chrome://flags, but in opera it's not there.
It's the same situation when window.state (maximized, normal, minimized) came out, in opera it was available one version later.
It would be nice to hear from devs tho. -
kroppy last edited by
I forgot to point out, that I think it will be somewhere in late Opera 32 dev builds or even in 33.