ygj6

Results 94 comments of ygj6

> IE 11. Specifically 11.836.18362.0. Thanks for open this issue

[support timeout](https://github.com/nervgh/angular-file-upload/pull/869)

@xSorc Hello ~ I read your description and repeated the problem, I guess it might be the React Render problem ![image](https://user-images.githubusercontent.com/7699524/115509788-71f93280-a2b1-11eb-92f5-f3fcb720bf2a.png)

Can you explain why you need this feature? What problems can it solve?

I looked at your example carefully and changed `` to `` to solve the problem in the example; In addition, I did the following test, - Test scenario 1: The...

Refer to sizzle I made some changes: - Extract the karma configuration from Gruntfile.js to karma.conf.js. - Add browserstack browser configuration. - Register the karma-tests task to support running the...

> We only want to run tests on these browsers. @mgol Yes, I know. I'm asking why Firefox 78 (ESR) and Firefox 83 fail in browserstack. You can check the...

Please check this [Travis report](https://travis-ci.org/github/ygj6/jquery/jobs/750532994) on my repository **ygj6/jquery**: https://travis-ci.org/github/ygj6/jquery/jobs/750532994 In this PR, the `secure` in `.travis.yml` is generated by my **ygj6/jquery** repository. Therefore, the `secure` does not take effect...

I tested and found these: - Browserstack+chrome 87 test scene request header information has `origin`, **browserstack+firefox 83 scene request header information does not have `origin`**; - Both Chrome Headless and...

Now, skipping the cross-domain test in browserstack, all the real browser tests have passed. https://travis-ci.org/github/ygj6/jquery/jobs/752090159 @mgol Next, do I need to do anything else for this PR?