gpujs / gpu.js

GPU Accelerated JavaScript
https://gpu.rocks
MIT License
15.1k stars 654 forks source link

DOMException thrown #621

Closed naratteu closed 4 years ago

naratteu commented 4 years ago

image

로컬경로로 받은 예제를 실행하는데 왜 CORS에러가 발생하나요? I just ran the example from the local path and why that happen CORS problem?

harshkhandeparkar commented 4 years ago

Try using a local server such as apache or an extension for your code editor. Otherwise, put the file in the same directory as the one that has index.html

Also, this error is not caused by gpu.js, so we can't help you much here :)

naratteu commented 4 years ago

ok, i solved it using a chrome extension : # thanks