James Yang

Results 73 issues of James Yang

After setting callback events, the below error will emitted: ``` Exception in thread Thread-8: Traceback (most recent call last): File "threading.pyc", line 926, in _bootstrap_inner File "threading.pyc", line 870, in...

使用 Github Codespaces 开发 https://github.com/microsoft/vscode 时,经常碰到如下错误: 这个仓库会请求3000左右个JS文件。 不确定是否跟 header limit 有关? https://stackoverflow.com/questions/60974237/chrome-neterr-http2-protocol-error-200-after-a-reconnect Whistle配置如下: ``` myhost.com/oss-dev/static https://zany-winner-96wp4v45jfx7j-9888.app.github.dev//oss-dev/static ``` ![image](https://github.com/avwo/whistle/assets/159167/2776b83d-16f6-4c7b-a970-e68418a639f7)

Want to use this lib in a WebWorker, but there's a line using `window` object, which is not exists in WebWorker.