> Is this right group for that extension? (anyhow..)
Yes
> This is what we can meet in loading facebook site with firebug lite chrome
> extension.
Thanks for the analyses!
> 1. Uncaught TypeError: Object
>
http://4-202.channel.facebook.com/pull?channel=p_555085529&seq=99&par...no method 'indexOf'
> firebug-lite.js:3176<chrome-extension://bmagokdooijbeehmkpknfglimnifench/firebug-lite.js>
Sounds like the fix could be relatively straightforward.
Unfortunately Firebug team doesn't have enough resources to also
maintain Firebug Lite.
Would you be interested to provide a patch for this problem?
Honza
On Jul 29, 12:05 pm, Hojin Choi <
hojin.c...@gmail.com> wrote:
> Hi.
>
> I just installed firebug for chrome extension. and I found it doesn't treat
> well in facebook site.
https://chrome.google.com/webstore/detail/bmagokdooijbeehmkpknfglimni...
>
> Is this right group for that extension? (anyhow..)
>
> This is what we can meet in loading facebook site with firebug lite chrome
> extension.
>
> Console:
>
> 1. Uncaught TypeError: Object
>
http://4-202.channel.facebook.com/pull?channel=p_555085529&seq=99&par...no method 'indexOf'
> firebug-lite.js:3176<chrome-extension://bmagokdooijbeehmkpknfglimnifench/firebug-lite.js>
>
> Javascript: firebug-lite.js
> var q = url ? url.indexOf("?") : -1;
> Uncaught TypeError: Objecthttp://
4-202.channel.facebook.com/pull?channel=p_555085529&seq=99&par...
> has no method 'indexOf'
> And Variable inspector:
>
> 1. url: i
> 1. domain: "
202.channel.facebook.com"
> 2. fragment: ""
> 3. path: "/probe"
> 4. port: null
> 5. protocol: "http"
> 6. query_s: "mode=stream&format=json"
> 7. __proto__: i
>
> Thank you.