浏览器无法识别状态码200

时间:2018-08-16 10:14:55

标签: javascript firefox xmlhttprequest

我有一个基于LwIP Web服务器的程序,并具有Web GUI。该GUI可以在Chrome浏览器中正常工作,但不能在Firefox中工作。

浏览器每秒连续向服务器发送GET请求。 服务器使用状态码200发送响应到我的XMLHttpRequests。在Firefox调试器中,我在“ onreadystatechange”回调中创建了一个断点,但是程序运行得更远,没有进行数据处理。

TS2345: Argument of type '() => OperatorFunction<{}, Observable<boolean>>' is not assignable to parameter of type '(errors: Observable<any>) => Observable<any>'.
    Type 'OperatorFunction<{}, Observable<boolean>>' is not assignable to type 'Observable<any>'.
    Property '_isScalar' is missing in type 'OperatorFunction<{}, Observable<boolean>>'.

Firefox的运行方式与Chrome有所不同,但是我无法弄清为什么它无法识别状态码。您能帮我解决浏览器兼容性问题吗?

最好的问候,RPeti

0 个答案:

没有答案