Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sessions UI. r=fabrice #67

Merged
merged 2 commits into from
Feb 26, 2016
Merged

Sessions UI. r=fabrice #67

merged 2 commits into from
Feb 26, 2016

Conversation

ferjm
Copy link
Member

@ferjm ferjm commented Feb 23, 2016

Fixes #60 and #61

@ferjm ferjm force-pushed the auth branch 5 times, most recently from 9819d13 to aa8b57b Compare February 25, 2016 12:35
@ferjm
Copy link
Member Author

ferjm commented Feb 25, 2016

r? @fabricedesre

xhr.onload = function() {
var response;
try {
response = JSON.parse(xhr.responseText);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not set xhr.responseType to json ?

@fabricedesre
Copy link
Collaborator

If responseType works cross-browser (MDN could not tell me) let's change that. If not, let's merge.

@ferjm
Copy link
Member Author

ferjm commented Feb 26, 2016

IE and Opera Mini do not support it. http://caniuse.com/#feat=xhr2

ferjm added a commit that referenced this pull request Feb 26, 2016
Sessions UI. r=fabrice
@ferjm ferjm merged commit b0d1cf2 into fxbox:master Feb 26, 2016
@ferjm ferjm mentioned this pull request Feb 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants