Skip to content

Conversation

@ngokevin
Copy link
Member

@ngokevin ngokevin commented Aug 12, 2016

Description:

If cross-origin media element is defined in <a-assets> without crossorigin attribute set, then <a-assets> will re-append the media element with crossorigin set to re-request with correct headers. three.js will then be able to access the contents of the resource.

  • tests

This means no more CORS confusions!

@codecov-io
Copy link

Current coverage is 81.78% (diff: 71.87%)

Merging #1789 into master will decrease coverage by 0.14%

@@             master      #1789   diff @@
==========================================
  Files           100        100          
  Lines          3524       3546    +22   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2887       2900    +13   
- Misses          637        646     +9   
  Partials          0          0          

Powered by Codecov. Last update 58559fb...66b63ad

@dmarcos dmarcos merged commit 587eee7 into aframevr:master Aug 12, 2016
@wahengchang
Copy link

I am desperately needed to fix a cross domain issue, apparently this is not the solution, it shows the same error like before to me:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants