-
-
Notifications
You must be signed in to change notification settings - Fork 56.4k
Fix OpenCV.js tests #25732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix OpenCV.js tests #25732
Conversation
fff57a3 to
28d0eb1
Compare
|
I was able to build the PR, but not test. Firefox dev console says: |
|
@dkurt how do you fixed CORS requirement? |
|
@asmorkalov, sorry, tested everything without the latest changes with data file. |
|
@asmorkalov, FF test passed for me |
This is the problem with "file://". Need to emulate web-server. Use @dkurt suggestion or run |
|
Yes, I got the point. I used local file without web server. Server version works for me! |
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.