BabylonNative icon indicating copy to clipboard operation
BabylonNative copied to clipboard

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

Open docEdub opened this issue 1 year ago • 1 comments

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.

docEdub avatar Jun 12 '23 14:06 docEdub