- From: James Browning <notifications@github.com>
- Date: Thu, 19 Sep 2019 18:23:22 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 September 2019 01:23:44 UTC
> If the request 404's or if, say, the JSON has a parse error, the entire module graph will fail to instantiate/execute. This might actually be what you want in some cases, e.g. if a critical resource does fail to load then you don't want to waste resources evaluating a bunch of modules you don't need. You can always use `import()` to catch errors in that particularly and do some recovery code or retry. -- 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/839#issuecomment-533365918
Received on Friday, 20 September 2019 01:23:44 UTC