-
Notifications
You must be signed in to change notification settings - Fork 162
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 'Wrong behaviour for window.fetch request called without parameters' (close #939) #946
Conversation
❌ Tests for the commit e17d2c9 have failed. See details: |
@testcafe-build-bot \retest |
❌ Tests for the commit e17d2c9 have failed. See details: |
rebase please |
done |
❌ Tests for the commit 2d5af7e have failed. See details: |
@testcafe-build-bot \retest |
❌ Tests for the commit 2d5af7e have failed. See details: |
@testcafe-build-bot \retest |
✅ Tests for the commit 2d5af7e have passed. See details: |
FPR |
@@ -42,7 +42,13 @@ export default class FetchSandbox extends SandboxBase { | |||
args[1] = FetchSandbox._processRequestInit(init); | |||
} | |||
|
|||
static _isValidRequestArgs (args) { | |||
return typeof args[0] === 'string' || isFetchRequest(args[0]); | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add new line after this function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
❌ Tests for the commit ce7f22a have failed. See details: |
@testcafe-build-bot \retest |
✅ Tests for the commit ce7f22a have passed. See details: |
FPR |
…rs' (close DevExpress#939) (DevExpress#946) * fix 'Wrong behaviour for window.fetch request called without parameters' (close DevExpress#939) * add new line
@churkin @LavrovArtem