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
Observed behavior: trying to load a data uri fails with a cross origin error on some platforms
Expected behavior: data uris load on all platforms just like any other url would
Steps to reproduce: I tried to load this data uri from glsl-numerify. With a simple resl load command passing it as the source, it works on most platforms just fine. It fails on my iPad with a cross-origin error.
except this defeats the purpose of the annoying async loading that resl exists to prevent. It may just be that data uris should be detected and handled slightly differently.
The text was updated successfully, but these errors were encountered:
Observed behavior: trying to load a data uri fails with a cross origin error on some platforms
Expected behavior: data uris load on all platforms just like any other url would
Steps to reproduce: I tried to load this data uri from glsl-numerify. With a simple resl load command passing it as the source, it works on most platforms just fine. It fails on my iPad with a cross-origin error.
Platform: iPad mini model A1432 (ca. 2012) running iOS 9.1
It seems to work fine if I remove
resl
and replace it with:except this defeats the purpose of the annoying async loading that resl exists to prevent. It may just be that data uris should be detected and handled slightly differently.
The text was updated successfully, but these errors were encountered: