Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Fix XMLHttpRequest event listeners #194

Merged
merged 1 commit into from
Nov 23, 2016
Merged

Fix XMLHttpRequest event listeners #194

merged 1 commit into from
Nov 23, 2016

Conversation

sprmn
Copy link
Contributor

@sprmn sprmn commented Nov 22, 2016

This PR fixes #187 and #179, by making the dispatch of events to listeners and the removal of listeners work in the XMLHttpRequest polyfill.

Problems occurring with the newest version of firebase (3.6.1), which probably makes use of event listeners, should be solved now.

@sphippen
Copy link

I develop the Firebase Storage JS library.

Looks like @sprmn beat me to this fix :)

We did start using XHR event listeners in the 3.6.1 release - it happened incidentally with some large-scale changes to reduce library size (56901 -> 30275 bytes) and fix Android-specific React Native issues.

@wkh237
Copy link
Owner

wkh237 commented Nov 23, 2016

@sprmn , Great 👍 Let me merge this PR and do some tests, hope we can solve these issues.

@wkh237 wkh237 merged commit 6fa32f1 into wkh237:0.10.1 Nov 23, 2016
@wcandillon
Copy link

@sprmn Thank you so much for fixing this issue :)

@sprmn sprmn deleted the patch-1 branch January 2, 2017 11:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants