Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Seamonkey: "ReferenceError: structuredClone is not defined"

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
MakeTopSite
Posts: 111
Joined: 2021-01-20 08:44
Has thanked: 8 times

Seamonkey: "ReferenceError: structuredClone is not defined"

#1 Post by MakeTopSite »

on jsx code:

Code: Select all

const clone = structuredClone(someVariable);
This code works in Firefox, Chromium.

Seamonkey is not present in the Browser compatibility list:
https://developer.mozilla.org/en-US/doc ... turedClone

Does it please mean this function is not supported in Seamonkey ?

User avatar
ruwolf
Posts: 618
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 34 times
Been thanked: 26 times

Re: Seamonkey: "ReferenceError: structuredClone is not defined"

#2 Post by ruwolf »

No, it does not mean, that this function is not supported in Seamonkey.
Only explicit word “No” in that table means it.
If it is supported or not, you would find with significantly higher probability here:
seamonkey-project.org/community

MakeTopSite
Posts: 111
Joined: 2021-01-20 08:44
Has thanked: 8 times

Re: Seamonkey: "ReferenceError: structuredClone is not defined"

#3 Post by MakeTopSite »

ruwolf wrote: 2023-09-12 02:25 No, it does not mean, that this function is not supported in Seamonkey.
Only explicit word “No” in that table means it.
If it is supported or not, you would find with significantly higher probability here:
seamonkey-project.org/community
I don't see column 'Seamonkey' in browser compatibility table'
Do you ?

I'm sorry I can't post question on http://forums.mozillazine.org/index.php?c=3 because my account wasn't activated.

No reply from
ircs://libera.chat/SeaMonkey

Aki
Global Moderator
Global Moderator
Posts: 2816
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 68 times
Been thanked: 382 times

Re: Seamonkey: "ReferenceError: structuredClone is not defined"

#4 Post by Aki »

Hello,

I'm not a Seamonkey user nor an expert, but it might useful to report that source code of version 2_53_17_1 seems to include (in JS directory) the support for the structuredClone() global function; see: What is the Seamonkey version you are currently testing ?
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

MakeTopSite
Posts: 111
Joined: 2021-01-20 08:44
Has thanked: 8 times

Re: Seamonkey: "ReferenceError: structuredClone is not defined"

#5 Post by MakeTopSite »

Aki wrote: 2023-11-12 12:12 Hello,

I'm not a Seamonkey user nor an expert, but it might useful to report that source code of version 2_53_17_1 seems to include (in JS directory) the support for the structuredClone() global function; see: What is the Seamonkey version you are currently testing ?
Tank you that's interesting.

2.53.17.1

Post Reply