This link appeared in WDRL 206 on .
Dynamic import() | Web | Google Developers
Safari has dynamic JavaScript import() support already in the preview builds, and Chrome 63 will support it as well. Mathias Bynens explains what this means and how we can use it. import() basically is import on fire and lets you load entire JavaScript modules on the fly only when you really need them.