-
Notifications
You must be signed in to change notification settings - Fork 605
Update javascript request example to fetch api #332
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
Conversation
|
Hi @n1arash thanks for the PR! The build is failing, though. You need to update the test fixtures to also use |
|
@shalvah i'll fix this as soon as possible |
| } | ||
| method: "GET", | ||
| credentials: "include", | ||
| headers |
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.
Why did you remove the comma? The build's failing.
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.
i've forgot to write comma
| language_tabs: | ||
| - bash | ||
| - javascript | ||
| - bash |
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.
Any reason for these indentation changes? They're causing the build to fail.
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.
i think That was Prettier Auto formatting
i'll fix them ASAP
| - javascript | ||
|
|
||
| includes: | ||
| ? includes |
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.
Reason?
|
Hey @n1arash still doing this? |
closes #330