[Bug 28544] Custom elements should not upgrade elements by setting prototype

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28544

--- Comment #2 from Ryosuke Niwa <rniwa@webkit.org> ---
(In reply to Domenic Denicola from comment #1)
> > Even with ES6 modules, we don't create a dummy modules while modules are loading and later automatically replace them under the foot.
> 
> This is exactly what we do with ES6 modules.

How? import { myClass } from 'mymodule'; doesn't create a promise or anything.
It'll just block until mymodule is loaded.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 22 April 2015 23:57:33 UTC