浏览代码

exclude File operations until File API can be mimicked

d98762625 7 年之前
父节点
当前提交
27ee7f8592
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/node/config/excludedOperations.mjs

+ 6 - 0
src/node/config/excludedOperations.mjs

@@ -12,4 +12,10 @@ export default  [
     "ConditionalJump",
     "Label",
     "Comment",
+
+    // Exclude file ops until HTML5 File Object can be mimicked
+    "Tar",
+    "Untar",
+    "Unzip",
+    "Zip",
 ];