Fix stubs for URL.createObjectURL
and URL.revokeObjectURL
in engine
#1240
Milestone
URL.createObjectURL
and URL.revokeObjectURL
in engine
#1240
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 #62.
The text was updated successfully, but these errors were encountered: