BabylonJS / BabylonJS/BabylonNative

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

Open
#1,240 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
C++
Stars
919
Forks
162
Avg merge
1d 15h
Merged PRs (30d)
19

Description

# Overview

The `URL.createObjectURL` and `URL.revokeObjectURL` functions are currently stubbed in [Babylon.js `nativeEngine.ts`](https://github.com/BabylonJS/Babylon.js/blob/3b1e55ba7dc503b57cbd8a8f0e9e63ef231afac7/packages/dev/core/src/Engines/nativeEngine.ts#L321-L326).

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.