Skip to content

Commit

Permalink
Merge pull request #2382 from cb1kenobi/timob-8740
Browse files Browse the repository at this point in the history
[TIMOB-8740] New features and bug fixes in require()
  • Loading branch information
nebrius committed Jun 13, 2012
2 parents a9657fd + 2618ce1 commit f1b2805
Show file tree
Hide file tree
Showing 17 changed files with 455 additions and 391 deletions.
4 changes: 4 additions & 0 deletions apidoc/Titanium/Network/HTTPClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ methods:

- name: setTimeout
summary: Sets the request timeout.
description: |
On Mobile Web, the timeout only works when making asynchronous requests.
parameters:
- name: timeout
summary: Timeout in milliseconds.
Expand Down Expand Up @@ -314,6 +316,8 @@ properties:

- name: timeout
summary: Timeout in milliseconds when the connection should be aborted.
description: |
On Mobile Web, the timeout only works when making asynchronous requests.
type: Number

- name: validatesSecureCertificate
Expand Down

0 comments on commit f1b2805

Please sign in to comment.