BabylonNative
BabylonNative copied to clipboard
Fix stub for `Blob` in engine
Overview
The Blob
function is currently stubbed in Babylon.js nativeEngine.ts
.
Implement the Blob
function so its behavior matches current browser implementations.
Notes
This task was originally captured in issue https://github.com/BabylonJS/BabylonNative/issues/62.