BabylonNative
BabylonNative copied to clipboard
Fix stubs for `URL.createObjectURL` and `URL.revokeObjectURL` in engine
Overview
The URL.createObjectURL
and URL.revokeObjectURL
functions are currently stubbed in Babylon.js nativeEngine.ts
.
Implement these functions so their behavior matches current browser implementations.
Notes
This task was originally capture in issue https://github.com/BabylonJS/BabylonNative/issues/62.