Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
docEdub opened this issue Jun 12, 2023 · 1 comment
Open

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

docEdub opened this issue Jun 12, 2023 · 1 comment
Milestone

Comments

@docEdub
Copy link
Contributor

docEdub commented Jun 12, 2023

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 #62.

@bghgary
Copy link
Contributor

bghgary commented Oct 12, 2023

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

@thomlucc thomlucc modified the milestones: 7.0, 8.0 Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants