Valentin Gosu
Valentin Gosu
The consensus of #392 was that browsers don't want to support IPv6 zone identifiers. One possible path forward would be ignoring the zone identifier when parsing the URL, but as...
Firefox Nightly shows this error in the console, and viewing my own card doesn't work ``` TypeError: doc.registerElement is not a function github-card:227 ```
https://crash-stats.mozilla.org/report/index/42db51ff-8988-472e-a6ef-1bb380240108 crashes on https://hg.mozilla.org/releases/mozilla-esr115/file/aa9f02961b2bbb92e17fea5d6b8fd14c097baf72/third_party/rust/neqo-transport/src/recovery.rs#l943 https://searchfox.org/mozilla-central/rev/734887cfb193b5697e59a857d394e8d4245996db/third_party/rust/neqo-transport/src/recovery.rs#940-944 ```rust primary_path.borrow_mut().on_packets_lost( space.largest_acked_sent_time, space.space(), &lost_packets[first..], ); ``` Report in bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1874584
### What is the issue with the Fetch Standard? It seems that the default value for the Accept header was decided in [#43](https://github.com/whatwg/fetch/issues/43#issuecomment-97909717) It's possible things have changed a bit...
1. Go to https://www.bauhaus.se/sticksag-bosch-universal-saw-18v-100-utan-batteri 2. Right click -> MarkDownload -> Copy tab URL as markdown link Observe that: - tab URL is actually copied - Page gets messed up when...
See [1999659 - HTTP3 doesn't allow non-ascii header values](https://bugzilla.mozilla.org/show_bug.cgi?id=1999659) It sees H3 request with a non-utf8 header would fallback and succeed with H2 ```js headers = {} headers['x-panel-title'] = "ä";...