Specifying macOS only method
This commit is contained in:
parent
18ac4178fe
commit
9736dc3115
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ the player itself we would call this function with arguments of 16/9 and
|
|||
are within the content view--only that they exist. Just sum any extra width and
|
||||
height areas you have within the overall content view.
|
||||
|
||||
#### `win.previewFile(pathname, filename)`
|
||||
#### `win.previewFile(pathname, filename)` _macOS_
|
||||
|
||||
* `pathname` String - The absolute path to the file to preview with QuickLook. This is important as Quicklook uses the file name and file extension on the path to determine the content_type of the file to open.
|
||||
* `filename` String - The name of the file to display on QuickLook modal view. This is purely visual and does not affect the content_type of the file.
|
||||
|
|
Loading…
Reference in a new issue