Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am facing same issue as in http://code.google.com/p/chromium/issues/detail?id=104664

I am using the latest chrome version 23.0.127 and on a iMac LION OS

Followed the steps as in "https://developers.google.com/native-client/devguide/tutorial"

Enabled native client in chrome flags, but couldnt disable caching.

After doing make, the nexe files are produced

started the python server using python httpd.py

Was able to see the home page listing all the examples on localhost.

But when I run any example, the functionalities dont work, its showing error in chrome console as "Cannot call method 'post message' "

Even samples on the internet are not working , pls check this "http://4.nacl-gallery.appspot.com/index_test.html" its similar to the examples I am trying in my local mac machine

Please help me find out where I am going wrong.

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.