문제

I'm running into issues with the realtime API and I'm unable to track down the root cause due to the obfuscation of the realtime library. All I can see in the console is something like this when loading the document:

TypeError: a.b is null
...,A(a.aa,a));var f=b.requestParams,g;for(g in f)f.hasOwnProperty(g)&&e.X(g,f[g]);...
api (line 211)

Any ideas how to resolve such an issue?

도움이 되었습니까?

해결책

There is not a de-obfuscated version available. If you post the specifics of what you are trying to accomplish, and the full stack of when you get an error, someone may be able to help.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top