Using Data URLs to Load Dependencies in Deno
Jan 31, 2021 路 4 min read 路 Recently Deno released 1.7.0 which had support for data URLs. I think this is a pretty cool way to dynamically create modules on the fly when paired with import(). This could be used to dynamically load all the dependencies we want to use in our file...
Join discussion


