KangoExtensions/kango

Xml documents won't load properly in firefox.

Opened this issue · 0 comments

When i try GET any xml document, which should be parsed with browser in mozilla - i get null object as response.
According to sources send function returns XMLDocument object as response property. But when i left extension code executing side, and come back to content script - XMLDocument dissapears.
Chrome haven't this issue yet.