atom-web-view icon indicating copy to clipboard operation
atom-web-view copied to clipboard

Web view should work with WebGL

Open davidwparker opened this issue 9 years ago • 1 comments

Looks to me like it can't access local files (I load pre-load shaders dynamically). Works fine in Chrome (localhost).

Error(s): Uncaught SecurityError: Failed to read the 'cookie' property from 'Document': The document is sandboxed and lacks the 'allow-same-origin' flag

XMLHttpRequest cannot load http://localhost:8000/randomColorPoints/glslVertex.js.c. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.

davidwparker avatar Sep 10 '14 18:09 davidwparker

Could you submit a file with the bare minimum so I can reproduce this issue and test out the fix

gabceb avatar Sep 13 '14 00:09 gabceb