
glGetShaderiv is redirecting to glGetShader, but it seems there is no actual glGetShader function pointer the exists.
Try navigating to glGetShaderiv from docs.gl and you will end up on the glGetShader page.
If I am not crazy and this is actually a mixup/typo I would be happy to fix the page and get my first pull request! Thanks guys!