webdriver icon indicating copy to clipboard operation
webdriver copied to clipboard

Let's add support for Map type to clone algorithm

Open barancev opened this issue 7 years ago • 2 comments

Let's add support for Map type [1] to clone algorithm [2]

[1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map [2] https://w3c.github.io/webdriver/webdriver-spec.html#dfn-clone-an-object

barancev avatar Dec 23 '17 09:12 barancev

Great idea. Do you imagine extracting the values of the .values() iterator?

andreastt avatar Dec 23 '17 15:12 andreastt

We should discuss if that is still an addition that we could make to the classic spec. Maybe adding Set might be good as well?

whimboo avatar Jan 05 '23 20:01 whimboo