remove the header
This commit is contained in:
parent
cf0159d274
commit
3f78f229a0
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ function FileObjectToArrayBuffer() {
|
|||
inputArrayBuffer.slice();
|
||||
|
||||
// remove C# header (ArrayBuffer)
|
||||
|
||||
inputArrayBuffer = RemoveCSharpHeader(inputArrayBuffer);
|
||||
|
||||
alert(`File: ${inputArrayBuffer}`);
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue