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

< IE 9とpromise.catch のバッティング #10

Closed
1 task done
azu opened this issue May 4, 2014 · 3 comments
Closed
1 task done

< IE 9とpromise.catch のバッティング #10

azu opened this issue May 4, 2014 · 3 comments
Labels
Type: Bug Bug or Bug fixes
Milestone

Comments

@azu
Copy link
Owner

azu commented May 4, 2014

IE 10 IE 9未満では promise.catchと書くだけでシンタックスエラーになるというかなりキツイものがあるので、どこかでそれについて触れる必要がある。

.caught 等の回避エイリアスを用意してるライブラリもある。

この書籍としては、それは(今の)仕様に反しているので気にはしないけど、
現実的にはIE9はまだサポートから外してないケースが多いので、触れる必要があると考える。

  • どのタイミングで触れるべきか

セクションとして入れるほど書けることは無いけど、どこタイミングで書くのかが難しい…

@azu azu added bug labels May 4, 2014
@azu azu changed the title < IE 10とpromise.catch のバッティング < IE 10とpromise.catch のバッティング May 4, 2014
@azu azu modified the milestone: 1.0.0 May 9, 2014
@azu
Copy link
Owner Author

azu commented May 23, 2014

Chapter 2のcatchのセクションで触れる予定 -> #40

@azu
Copy link
Owner Author

azu commented May 24, 2014

実際に試してみたら、IE9ではpromise.catch大丈夫な気がする

なので、https://github.com/jakearchibald/es6-promise#usage-in-ie10 のドキュメントが間違ってる感じかな?

@azu azu changed the title < IE 10とpromise.catch のバッティング < IE 9とpromise.catch のバッティング May 24, 2014
@azu
Copy link
Owner Author

azu commented May 24, 2014

ie9 - win7 snapshot 1 2014-05-24 17-14-18 2014-05-24 17-14-41

@azu azu mentioned this issue May 24, 2014
3 tasks
@azu azu closed this as completed in 3502e25 May 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug or Bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant