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

Commit

Permalink
polymer-ajax: add api doc for 'method' property
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Aug 22, 2013
1 parent cc82113 commit 270426a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions polymer-ajax/polymer-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@
* @default null
*/
response: null,
/**
* The HTTP method to use such as 'GET', 'POST', 'PUT', 'DELETE'.
* Default is 'GET'.
*
* @attribute method
* @type string
* @default ''
*/
method: '',
created: function() {
this.xhr = document.createElement('polymer-xhr');
Expand Down

0 comments on commit 270426a

Please sign in to comment.