function cleanup() {
      if (url) {
        URL.revokeObjectURL(url);
      }
      if (worker) {