Is there any way to send data type of TArray<uint8> to javascript function?

I call js function with param type of TArray while using ExecuteJavascript in SWebBrowser. But ExecuteJavascript only receive arg typeof FString.
Is there any way to send data type of TArray to javascript function?