Browse Source

exclude File operations until File API can be mimicked

d98762625 7 years ago
parent
commit
27ee7f8592
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/node/config/excludedOperations.mjs

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

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