Re: [w3c/webcomponents] Constructor arguments in custom elements (#605)

@rniwa current `createElement` accepts as second argument an object in order to be indeed extended as the Web need through any sort of property. `document.createElement('custom-element', {arguments:[1,2,3]})` would be as natural implementation as it gets, IMO.

-- 
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/605#issuecomment-260075798

Received on Friday, 11 November 2016 23:03:27 UTC