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 stub for Blob in engine #1241

Open
docEdub opened this issue Jun 12, 2023 · 2 comments
Open

Fix stub for Blob in engine #1241

docEdub opened this issue Jun 12, 2023 · 2 comments
Milestone

Comments

@docEdub
Copy link
Contributor

docEdub commented Jun 12, 2023

Overview

The Blob function is currently stubbed in Babylon.js nativeEngine.ts.

Implement the Blob function so its behavior matches current browser implementations.

Notes

This task was originally captured in issue #62.

@bghgary
Copy link
Contributor

bghgary commented Oct 12, 2023

Try to remove the stub and see if everything still works.

@CedricGuillemet
Copy link
Contributor

Try to remove the stub and see if everything still works.

It doesn't:

Running Light Projection Texture
Exception thrown at 0x00007FFFF19B567C in Playground.exe: Microsoft C++ exception: Js::JavascriptException at memory location 0x000000062603B680.
ReferenceError: 'Blob' is not defined

@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

4 participants