BabylonJS / BabylonJS/BabylonNative
Fix stub for `Blob` in engine
Open
- Dominant language
- C++
- Stars
- 919
- Forks
- 162
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 19
Description
# Overview
The `Blob` function is currently stubbed in [Babylon.js `nativeEngine.ts`](https://github.com/BabylonJS/Babylon.js/blob/3b1e55ba7dc503b57cbd8a8f0e9e63ef231afac7/packages/dev/core/src/Engines/nativeEngine.ts#L328-L332).
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.
Contributor guide
Assessment
This issue has not been assessed yet.