I have a large String variable and I want to check how big this variable is. It's in Javascript.
var data_url = "testestestetestete....................."
How can I determine the size of data_url
in bytes?
I have a large String variable and I want to check how big this variable is. It's in Javascript.
var data_url = "testestestetestete....................."
How can I determine the size of data_url
in bytes?