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
Copy file name to clipboardExpand all lines: sites/cheerpx/src/content/docs/12-reference/CheerpX.WebDevice/create.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ namespace CheerpX {
17
17
18
18
## Returns
19
19
20
-
`CheerpX.WebDevice.create` returns a [Promise] that gives you a WebDevice instance. You can use this instance to mount the specified directory in the CheerpX filesystem.
20
+
`CheerpX.WebDevice.create` returns a [Promise] that gives you a `WebDevice` instance. You can use this instance to mount the specified directory in the CheerpX filesystem.
For more information, please check out the [Files and File system guide](/docs/guides/File-System-support). This guide provides more details on how to work with files and directories in CheerpX.
0 commit comments