From 27ee7f859250617be50656662bce0bdb5302e23d Mon Sep 17 00:00:00 2001 From: d98762625 Date: Tue, 19 Jun 2018 09:12:55 +0100 Subject: [PATCH] exclude File operations until File API can be mimicked --- src/node/config/excludedOperations.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/node/config/excludedOperations.mjs b/src/node/config/excludedOperations.mjs index 28e6cac4..89c3a820 100644 --- a/src/node/config/excludedOperations.mjs +++ b/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", ];