как не дает, у меня все ок:
<html>
<head>
<title>example</title>
</head>
<body>
<textarea id="info">бла бла бла</textarea>
<script>
console.log(document.getElementById('info').value);
console.log(document.getElementById('info').innerHTML);
</script>
</body>
</html>