文件操作 - polyfill.mjs
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/abort-controller/polyfill.mjs
编辑文件内容
/*globals self, window */ import * as ac from "./dist/abort-controller" /*eslint-disable @mysticatea/prettier */ const g = typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : /* otherwise */ undefined /*eslint-enable @mysticatea/prettier */ if (g) { if (typeof g.AbortController === "undefined") { g.AbortController = ac.AbortController } if (typeof g.AbortSignal === "undefined") { g.AbortSignal = ac.AbortSignal } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件