KangoExtensions / kango

Kango framework issue tracker
74 stars 7 forks source link

Xml documents won't load properly in firefox. #162

Open SplatDevs opened 8 years ago

SplatDevs commented 8 years ago

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.