Heng Zhong
Heng Zhong
playbackrate 今天有人反映有问题。我需要查一下。你可以先使用 settimeout 延迟一下然后设置就好。例如 ``` setTimeout(() => { player.playbackRate = 2; }, 10); ```
是的。
无法复现。这个地址和我们项目没有关系。是不是有代理之类的问题
你跑的是什么版本?引入的是哪个 js 文件。需要跟踪一下。目测是你那个版本里面有 import css 的逻辑。你试试更新到最新的版本试试。
暂时没有,欢迎贡献。
@BairDev I am the one who wrote that answer on [stackoverflow](http://stackoverflow.com/questions/41798009/pass-custom-data-to-service-worker-sync/42052113#42052113). Actually, i just found that problem when i try to just send response through message channel. But I am...
@BairDev hmmm……That's a good question. I just write the promise in `sendMeesageToSw` for the page to communicate with worker.So that i can wait until i get the response. The `event.waitUntil()`...
chimee 到 ie9,但是需要 babel-polyfill. pointer-events 这个现在真没兼容。。。周末弄一下 https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills#pointer-events-api
如果确实不可以的话,就得等了。