Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tech): add abstract crossOrigin method on Tech (#6765)
As part of #6588, we started using the crossOrigin method. However, it's possible that a tech doesn't support this. Notably, the Flash tech. We should instead have an abstract method on Tech that returns nothing so we don't fail on those browsers.
- Loading branch information