whatwg/infra

Add a clone method for struct

qingxinwu opened this issue · 0 comments

What is the issue with the Infra Standard?

In the Infra spec, some types like maps have clone methods, but structs don't seem to have one. Is it useful to have a clone method for structs as well?
For context, a spec PR for Protected Audience wants to clone a struct, and there's a discussion about filing a request for it.