Y
Hacker News
new
|
ask
|
show
|
jobs
by
deathanatos
1894 days ago
You're running
gl.getParameter.toString().toString()
what the comment you're replying to is trying to tell you to run is:
gl.getParameter.toString.toString()
Call toString on the toString fuction, not on its result.
1 comments
rasz
1894 days ago
Good point. Rewriting according to
https://adtechmadness.wordpress.com/2019/03/23/javascript-ta...
now
link