I was wondering if there is something like Uint8Array
in old browsers (to a minimum in IE8), a collection type with elements that occupy only 1 byte of browser memory.
On the Moon, for example, something that would help to create something like Uint8Array
would be a string (because there, each character of a string is 8 bits) . But a string has to be recreated to be modified, so I do not think it's a good idea.
Q.: The Cheat Engine (or some similar tool) can help you see the browser's memory. Below is a list of fixed bytes created by an instance of U\u{69}nt8Array
.
So, is there any way to do this to a minimum in IE8 via JavaScript (or in combination with VBScript)? The bytes in this collection will have to be modified occasionally.