Closed justinmc closed 6 years ago
Closes https://github.com/justinmc/react-audio-player/issues/48
@dmcmorris with this change, not passing the crossOrigin prop will result in an audio tag with no crossorigin attribute at all. Let me know if that fixes your use case.
crossOrigin
crossorigin
I'm going to go ahead and merge this because it seems like a solid improvement to me either way. Happy to revisit if not though.
Closes https://github.com/justinmc/react-audio-player/issues/48
@dmcmorris with this change, not passing the
crossOrigin
prop will result in an audio tag with nocrossorigin
attribute at all. Let me know if that fixes your use case.