Skip to content

Commit 83002a3

Browse files
AlexaDeWitjacereda
authored andcommitted
Missing documentation comment
1 parent 9ef90c9 commit 83002a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Data/ArrayBuffer/ArrayBuffer.purs

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ foreign import fromIntArray :: Array Int -> ArrayBuffer
3232
-- | Convert a string into an `ArrayBuffer` representation.
3333
foreign import fromString :: String -> ArrayBuffer
3434

35+
-- | Convert an ArrayBuffer into a string. Uses fromCharCode and thus does not support full utf-16
3536
foreign import decodeToString :: ArrayBuffer -> String
3637

0 commit comments

Comments
 (0)