- From: Bradley Meck <notifications@github.com>
- Date: Fri, 27 Oct 2017 12:59:26 +0000 (UTC)
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 27 October 2017 12:59:49 UTC
@annevk can't we already make a string keep objects alive in more simple ways? ```js const ns = await import('data:text/javascript,export default {}'); assert(typeof ns.default === 'object'); ``` I don't find the argument compelling when we have another way to do exactly that. -- 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/FileAPI/issues/84#issuecomment-339964410
Received on Friday, 27 October 2017 12:59:49 UTC