mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.19k stars 22.47k forks source link

The Set has a compatibility issue with the Samsung browser #35742

Closed NataliiaZhurbenko closed 1 month ago

NataliiaZhurbenko commented 1 month ago

MDN URL

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

I used the Set to remove duplicates in the array, but the images from the array were not displayed on the Samsung browser on the phone and tablet

What did you expect to see?

the images from the array are displayed on the Samsung browser

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details * Folder: `en-us/web/javascript/reference/global_objects/set` * MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set * GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/javascript/reference/global_objects/set/index.md * Last commit: https://github.com/mdn/content/commit/8421c0cd94fa5aa237c833ac6d24885edbc7d721 * Document last modified: 2024-07-25T21:32:46.000Z
Josh-Cena commented 1 month ago

Could you elaborate? What's your code and what's the result?

Josh-Cena commented 1 month ago

Closing until more information is given; from the current information, it doesn't appear like it's a problem with Set itself but some other unsupported web API.