BabylonJS / BabylonNative

Build cross-platform native applications with the power of the Babylon.js JavaScript framework
MIT License
753 stars 130 forks source link

Fix stubs for `URL.createObjectURL` and `URL.revokeObjectURL` in engine #1240

Open docEdub opened 1 year ago

docEdub commented 1 year ago

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.

bghgary commented 9 months ago

Try to remove the stub and see if everything is okay.