You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Overview
The
Blob
function is currently stubbed in Babylon.jsnativeEngine.ts
.Implement the
Blob
function so its behavior matches current browser implementations.Notes
This task was originally captured in issue #62.
The text was updated successfully, but these errors were encountered: