Language…
13 users online: Alex No,  AmperSam,  Anorakun, DinoMom, Green, Hiro-sofT, Kerd, LightAligns, Papangu, Pizzagamer9791, Silver_Revolver,  Telinc1, yoshisisland - Guests: 277 - Bots: 512
Users: 64,795 (2,368 active)
Latest user: mathew

browser ishues

I have Just barely moved from the old edge to the new one but SMW Central says
Originally posted by SMW Central
Warning! You are using an outdated browser. Some website features may malfunction and in the future, SMW Central may no longer work correctly. Consider upgrading your browser for a better online experience and improved security.
Filler
It may not be interpreting your browser's user agent as one that is internally listed as a 'modern' browser, which is understandable because the Edge stuff is fairly new. Since Edge is Chromium-based, which uses Webkit, and SMWC is built largely with Webkit and Gecko engines in mind as they are market-dominant and still maintained, as long as Microsoft Edge is using a recent Webkit base, you should be able to ignore that message. If the message is annoying you, you could spoof a Chrome user agent to make it go away.

(My information is dated and wouldn't help for SMWC - I apologize. The feature detection thing is really cool and I am glad such a thing is out there. That stuff is thorough! Thank you, Telinc1.)

Just look above you...
If it's something that can be stopped, then just try to stop it!
Originally posted by Counterfeit
It may not be interpreting your browser's user agent as one that is internally listed as a 'modern' browser, which is understandable because the Edge stuff is fairly new.

The message does not care about the user agent. It uses feature detection instead. Edge is based on a recent Chromium version, so I'm not sure why the site thinks it's outdated.

If you can type document.documentElement.className into the browser's console and show what it returns, it could help determine why it's misbehaving.
Code
customevent eventlistener history json typedarrays promises fetch urlsearchparams classlist rgba multipleb
Filler