function _awaitIgnored()

in workbox-v4.3.1/workbox-window.dev.umd.js [359:363]


  function _awaitIgnored(value, direct) {
    if (!direct) {
      return value && value.then ? value.then(_empty) : Promise.resolve();
    }
  }