pcsx2.net
Moderator: trava90
Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
- Lunatic
- Posts: 380
- Joined: 2019-01-10, 09:37
- Location: Slovenia
pcsx2.net
What the heck is FinalizationRegistry and why would a PlayStation 2 emulator website need it? You'd think a site dedicated to a retro hardware emulator would also be more retro in design rather than a JavaScript blob...
-
- Lunatic
- Posts: 437
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: pcsx2.net
It was "discussed" earlier. Here's a Modify HTTP Response filter to detect it (that's the funny thing - there are three references, the first two are tested, the third is not).
Code: Select all
[["pcsx2.net",["/main.*\\.js$/",[";new Fin",";\"undefined\"!=typeof FinalizationRegistry&&new Fin"]]]]
-
- Pale Moon guru
- Posts: 37765
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: pcsx2.net
Because of a ton of misinformation around what it does (or rather does not do).
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
- Lunatic
- Posts: 380
- Joined: 2019-01-10, 09:37
- Location: Slovenia
Re: pcsx2.net
Presumably, you could have a stub polyfill of FinalizationRegistry as a user script? That would be neater IMO. Or could the stub break something in practice?