Namhyeon, Go

Results 20 comments of Namhyeon, Go

This code works well with only `babel-polyfill` and es5 shim and sham. The problem occurs when adding `es6-shim` here.

Yes. This seems to be another problem. I'll track it down.

shimtest.js: https://gist.github.com/gnh1201/2627d860e41f8bd2dba858536836c64e

@zloirock I had no choice but to choose `babel-polyfill` and `es5-shim`. It worked well and successfully executed the JS library file written in ES5. Trying `es6-shim` was an option for...

I tested core-js and confirmed that the example code works well. But I still have to wait and see. I think I need to check the impact when es-shims is...

I came here because of this problem, too. I don't use SSL/TLS. => Oh, sorry. It works, but it takes a long time.

I am experiencing the same issue, too. Maybe, I think this is putting the account on the list after the mail download is completed at the initial setting. BUT WHY?...

I'm sorry, but could you take a look again? It's attempting to connect `ko/status.json`, not `ko-KR/status.json`. There seems to be a problem with handling notation such as `**-**`.

Thank you :) Here are the `Accept-Language` header values. * Chrome 104: en-US,en;q=0.9,ko-KR;q=0.8,ko;q=0.7 * Edge 104: ko,en;q=0.9,en-US;q=0.8

`ko` and `ko-KR` are the same locale. `ko` should automatically be set to `ko-KR`. > In Chrome, your browser should send requests for both ko and ko-KR versions. Is that...