Keillion

Results 5 issues of Keillion

```js new Promise(function(){throw 'test ex'}); ``` I test it in ie9 Emulation. But no error throw. Maybe a error can be throwed this way: ```js // some things bad happen,...

URL : https://docs.cocos.com/creator/3.3/manual/en/animation/animation-state/playback-control.svg 图片靠下的两个箭头是否画反了?似乎pause()箭头应该向右,play()/resume()箭头应该向左。

While alert, video will stop in Safari of iOS17.x. The video will not continue after you close the alert dialog. The behavior can't be detected without invasive code, so we...

SIDE_MODULE can DCE normally according to another SIDE_MODULE. > sideModule DCE all symbols, instead of keepalive symbols needed by cModule. [#17354](https://github.com/emscripten-core/emscripten/issues/17354#issuecomment-1173658915) I'm not very familiar with `process_dynamic_libs` and may need...