Skip to content

Commit

Permalink
improved grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Oct 31, 2024
1 parent b2819ef commit 9038e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/_posts/TBD-cordova-plugin-camera-8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ All platforms consistently return a `<scheme>:...` now.

For all platforms, when using the `DATA_URL` option, the returned base64 encoed image used to return just the base64 encoded part. As of v8.0.0, the returned string now includes the `data:` uri header, including the MIME type that the base64 data represents.

For iOS, `file://` uris were previously returned consistently. So no changes were made here.
For iOS, `file://` uris were always previously returned consistently therefore, no changes were made here.

For Android, the API behaved consistently depending on the underlying source of the content. Most of the time a raw file path was returned. It will now always return a URI of some sort, though unlike iOS, it is unsafe to assume it will be a `file://` uri.

Expand Down

0 comments on commit 9038e89

Please sign in to comment.