ES Modules: double 404 script source crashes renderer |
|||||
Issue description
repro:
in html:
<script src="app.js" type="module"></script>
in app.js:
import 'thing/404.js'
import './other404.js'
console.log('hi');
crash bug: https://bugs.chromium.org/p/chromium/issues/detail?id=717477
my crash: https://crash.corp.google.com/browse?q=reportid=%27290d6e88d0000000%27
,
May 12 2017
Looks like the one in #1 of https://bugs.chromium.org/p/chromium/issues/detail?id=718442
,
May 26 2017
,
May 29 2017
Bumping to P1 as this would block shipping.
,
May 29 2017
help appreciated: LayoutTest w/ TestExpectation fail. - 404.js: Just reference 404.js w/o placing file 404.js - delayed load: I'm going to introduce delayed-modulescript.py soon in https://chromium-review.googlesource.com/c/517684/
,
May 29 2017
I added this as a WPT test in https://codereview.chromium.org/2845983002/, file specifier-error.html.
,
Jun 14 2017
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by paulir...@chromium.org
, May 12 2017Status: Untriaged (was: Available)