This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle fetch update options: config-url and request headers.
- Loading branch information
1 parent
f44d362
commit e31be1d
Showing
2 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,4 @@ | |
*/ | ||
- (void)jsIsUpdateAvailableForInstallation:(CDVInvokedUrlCommand *)command; | ||
|
||
|
||
@property (nonatomic, retain) NSDictionary* headers; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nikDemyankov
Author
Member
|
||
|
||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@nikDemyankov In my use case, where I use cordova embedded in a bigger project (to manage only one or two dynamic views), I find it practical to have a global property that I set from native side (The native side has the login credentials for example, and I fetch the chcp plugin and set the headers. Can this notion be kept ?