You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - **iOS**: Returns a copy of the file to bypass [security scoped resource](https://developer.apple.com/documentation/foundation/nsurl/1417051-startaccessingsecurityscopedreso?language=objc).
286
+
*
283
287
* @returns A promise resolving to the selected path(s)
284
288
*
285
289
* @since 2.0.0
@@ -314,6 +318,10 @@ async function open<T extends OpenDialogOptions>(
314
318
* });
315
319
* ```
316
320
*
321
+
* #### Platform-specific
322
+
*
323
+
* - **iOS**: Returns a copy of the file to bypass [security scoped resource](https://developer.apple.com/documentation/foundation/nsurl/1417051-startaccessingsecurityscopedreso?language=objc).
324
+
*
317
325
* @returns A promise resolving to the selected path.
0 commit comments