Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import * from './anotherFile.js';
  2.  
  3. var script = document.createElement('script');
  4. script.setAttribute('type', 'module');
  5. script.innerHTML = 'import * from './anotherFile.js'';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement