Marcio J. Rios
Results
2
comments of
Marcio J. Rios
You could try to cast it to Buffer with the `from()` method of the type, like `Buffer.from(new Uint8Array(arrayBuffer))`, although I haven't tested it myself. I was trying to use this...
I'm migrating a project from typeorm 0.2 to 0.3 and started facing the same issue here.