Closed GoogleCodeExporter closed 8 years ago
Turns out that the web page is not correctly detecting the state of my
'About:Flags'. When I look at the about:flags, native-client was not enabled.
Turning it on allowed me to run this example correctly.
One interesting thing to note however, is there may be a collision between M14
& M13 flags, or something strange about Canary flags since I'm pretty sure we
tried toggling this and checking about:plugins when this first failed.
Original comment by noelal...@google.com
on 11 Aug 2011 at 7:43
I'm not sure we can detect the --enable-nacl flag (or the corresponding
about:flags setting) from within the browser. Needs some investigation.
Original comment by dsprin...@chromium.org
on 12 Aug 2011 at 5:48
It's possible to detect the presence of the NaCl plugin from the navigator
object (navigator.mimeTypes[].description.indexOf('Native Client')), but it is
not possible to read the command-line flags from within the browser. Can't fix.
We'll review the trouble-shooting docs, but I think they cover this situation
already.
Original comment by dsprin...@chromium.org
on 15 Aug 2011 at 7:44
Original issue reported on code.google.com by
noelal...@google.com
on 11 Aug 2011 at 5:23