minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.84k stars 695 forks source link

Missing new tab background #2120

Closed kussumma closed 1 year ago

kussumma commented 1 year ago

Expected Behavior

console is clear when using inspect

Actual Behavior

JS excp missing newTab background

To Reproduce

I use localhost for developing an web app (no error on other browser)

Screenshot 2022-10-29 at 11 01 33
PalmerAL commented 1 year ago

For web development, you want to use the other console ("inspect page", not "inspect browser").

We probably should fix this at some point, but there isn't really any impact otherwise.

kussumma commented 1 year ago

thanks for the information