Skip to content
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

connect: サンプルの実装 #44

Merged
merged 15 commits into from
Sep 12, 2015
Merged

connect: サンプルの実装 #44

merged 15 commits into from
Sep 12, 2015

Conversation

azu
Copy link
Owner

@azu azu commented Sep 11, 2015

#22 サンプルの実装

@@ -0,0 +1,17 @@
"use strict";
function setHeaders(res, headers) {
Object.keys(headers).forEach(key => {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これES6だともっとキレイに書けるような気がする…
for of以外に何かあったりするかなー(for ofはtranspileにやさしくない

azu added a commit that referenced this pull request Sep 12, 2015
connect: サンプルの実装
@azu azu merged commit 77de763 into master Sep 12, 2015
@azu azu deleted the connect branch September 12, 2015 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant