Skip to content

Commit

Permalink
Add that title may be ignored (mdn#10751)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Nov 25, 2021
1 parent 4bfbf20 commit a726578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/navigator/share/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ navigator.share(data)

- `url`: A {{domxref("USVString")}} representing a URL to be shared.
- `text`: A {{domxref("USVString")}} representing text to be shared.
- `title`: A {{domxref("USVString")}} representing a title to be shared.
- `title`: A {{domxref("USVString")}} representing a title to be shared. May be ignored by the target.
- `files`: An array of {{domxref("File")}} objects representing files to be shared.

### Return value
Expand Down

0 comments on commit a726578

Please sign in to comment.