Checking if a tab is playing audio

Hello,


Chrome and Firefox tab object contains a property called audible which is either true/false depending if that particular tab has produced sound over the past couple of seconds.


Is there such thing in Safari's App extension API? I see the audio icon in the tab but I can't find any docs about it.


Javascript based detection via Injected scripts is not that reliable.



Thank you