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