You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
HTMLMediaElement, HTMLAudioElement, and HTMLVideoElement do not have a configurable src attribute.
Steps to Reproduce
Visit: https://app.close.com/
Actual result:
Login screen not showing
Expected result:
Login screen should show.
Reproduces how often: [Easily reproduced, Intermittent Issue]
Easily reproduced
Brave Version:
All
Device details:
All
Website problems only:
Yes that specific website only.
The HTMLMediaElement.src property is being redefined by the website developers. I do not see anywhere in ECMAScript that says it must be configurable or not so it seems to be implementation defined(??)
Additional Information
Solution is to default to whatever WebKit implements. This might break playlist and/or video and audio for some website that decides to change the native implementation of the property (especially if they don't call the original function [trampoline]), but not sure.
The text was updated successfully, but these errors were encountered:
Description:
src
attribute.Steps to Reproduce
https://app.close.com/
Actual result:
Expected result:
Reproduces how often: [Easily reproduced, Intermittent Issue]
Easily reproduced
Brave Version:
All
Device details:
All
Website problems only:
HTMLMediaElement.src
property is being redefined by the website developers. I do not see anywhere inECMAScript
that says it must be configurable or not so it seems to be implementation defined(??)Additional Information
WebKit
implements. This might break playlist and/or video and audio for some website that decides to change the native implementation of the property (especially if they don't call the original function [trampoline]), but not sure.The text was updated successfully, but these errors were encountered: