There was an error while loading. Please reload this page.
1 parent 5a3e7d1 commit 6b5071cCopy full SHA for 6b5071c
webgl/lessons/webgl-cors-permission.md
@@ -98,7 +98,7 @@ it to `anonymous`.
98
99
Why don't we just always see that permission? Because asking for permission takes 2 HTTP requests so it's
100
slower than not asking. If we know we're on the same domain or we know we won't use the image for anything
101
-except img tags and or canvas2d then we don't want to set `crossDomain` because it
+except img tags and or canvas2d then we don't want to set `crossOrigin` because it
102
will make things slower.
103
104
We can make a function that checks if the image we're trying to load is on the same origin and if
0 commit comments