Open docEdub opened 1 year ago
The URL.createObjectURL and URL.revokeObjectURL functions are currently stubbed in Babylon.js nativeEngine.ts.
URL.createObjectURL
URL.revokeObjectURL
nativeEngine.ts
Implement these functions so their behavior matches current browser implementations.
This task was originally capture in issue https://github.com/BabylonJS/BabylonNative/issues/62.
Try to remove the stub and see if everything is okay.
Overview
The
URL.createObjectURL
andURL.revokeObjectURL
functions are currently stubbed in Babylon.jsnativeEngine.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.