- From: Ryosuke Niwa <notifications@github.com>
- Date: Mon, 23 May 2016 17:27:39 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Tuesday, 24 May 2016 00:28:14 UTC
I'd prefer making `cloneNode` take a dictionary and make add this as an option instead if we can make the first argument polymorphic between `boolean` and a dictionary: e.g. `element.cloneNode({shadow: true})`, `element.cloneNode({deep: true, shadow:true})`. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/505#issuecomment-221134483
Received on Tuesday, 24 May 2016 00:28:14 UTC