preload-sandboxæø åü.js 118 B

1234567
  1. (function () {
  2. window.require = require
  3. if (location.protocol === 'file:') {
  4. window.test = 'preload'
  5. }
  6. })()