webdriver
webdriver copied to clipboard
Let's add support for Map type to clone algorithm
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
Great idea. Do you imagine extracting the values of the .values()
iterator?
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?