-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
New extension: Media Session #1625
base: master
Are you sure you want to change the base?
Conversation
Is this extension same from eureka(Media Session)? |
Yes! And I'm porting it to the turbowarp extension library
于 2024年7月27日 GMT+08:00 10:24:04,CodeFoxy ***@***.***> 写道:
…Is this extension same from eureka(Media Session)?
--
Reply to this email directly or view it on GitHub:
#1625 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Wait, did you copy the code directly? |
Yes, I did copy the code, but the code I copied was also written by me .. XD |
tested, doesn't seem to work for me. |
Media Session requires media that is being played using an HTML element to be present on the page in order to display. Please enable the compatibility mode that comes with this extension. It shows the Media Session by playing a silent audio track through an element. Before this PR is merged, please replace the audio link on line 309 with |
This is a SC block form encapsulation of navigator.mediaSession, allowing SC works to basic utilize the browser's Media Session capabilities.
Learn more about the Media Session API