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
@ADKaster It breaks for me when spoofing with any supported user agent. It breaks when trying to access PerformanceTiming::navigation_start() from inside a Worker because PerformanceTiming::document_load_timing_info() expects the current global object to be a Window.
Summary
This shows up when trying to load web.whatsapp.com, it's an assertion failed
is<HTML::Window>(global_object)
.I'm able to reproduce it multiple times, doing the procedure below
Operating system
Linux
Steps to reproduce
./Meta/ladybird.sh run ladybird https://web.whatsapp.com/
Expected behavior
Page should load :-P
Actual behavior
Page not load
URL for a reduced test case
None
HTML/SVG/etc. source for a reduced test case
Log output and (if possible) backtrace
Screenshots or screen recordings
No response
Build flags or config settings
No response
Contribute a patch?
The text was updated successfully, but these errors were encountered: