Mathieu C.

Results 2 comments of Mathieu C.

Hello, To add some interests to this issue, LAB does not correctly handle the `blob:` URL scheme used here: https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL This issue corrects that behavior I guess. While waiting for...

The first one. I have some raw source in a string that I convert into a blob, then I load it with LABjs. ``` let blob = new Blob( [plainSource],...