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

XHR cleanup #1306

Merged
merged 2 commits into from Jan 13, 2016
Merged

XHR cleanup #1306

merged 2 commits into from Jan 13, 2016

Conversation

jridgewell
Copy link
Contributor

  • Moves HTTP method assertions into the normailzeMethod_ function
  • Creates isArray and isObject utilities.

@erwinmombay
Copy link
Member

@jridgewell LGTM

@@ -0,0 +1,45 @@
/**
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we name this file something more specific? "util.js" is too broad. I'd be ok if we just named it "object.js".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Are you ok with types.js?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I think types.js is good. In general my rule of thumb is this: if you want to name something "util" or "common", first try the name "dump" - if it still works then go ahead :)

jridgewell added a commit that referenced this pull request Jan 13, 2016
@jridgewell jridgewell merged commit 934d82f into ampproject:master Jan 13, 2016
@jridgewell jridgewell deleted the xhr-cleanup branch January 13, 2016 22:21
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

3 participants