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

[TIMOB-8740] New features and bug fixes in require() #2382

Merged
merged 16 commits into from
Jun 13, 2012
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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