SpectCOW
SpectCOW
It should be waaay better to understand now.
I cleaned up some loose, unoptimized code. Your welcome! - Spc
I've implemented a more preformative Try block wrapper. This will allow for quicker speeds with a smaller syntax.
I have added helpers for using a compiled language, Oak (Oaklang.org), into the code.  These allow for Oak String payloads (`{__mark_oak_string: true, assign: ƒ, push: ƒ, toString: ƒ, valueOf:...
#### Currently when using Oak with Kaplay/Kaboom, I have this issue:  Most functions don't have a single check at the lowest level of the scope, allowing for incorrect arguments...
## **Describe the bug** Loading an ArrayBuffer using a string leads to a network error although the request was successful. ## **To Reproduce** Use loadFont with a string based input....
## **Describe the bug** Loading an ArrayBuffer containing a font file fails to load when loaded through loadFont. ## **To Reproduce** Fetch a Font file. Pass it into loadFont as...
`application/x-www-form-urlencoded` is usually the request you get from a HTML based form element. Pretty useful, still is used where needed. This fix would only require a key to be added.