Search code examples
javascriptlinden-scripting-language

Javascript Support Second Life's Web Browser


I'm looking for information on javascript support for the inbuilt Web Browser. The wiki doesn't have any information, and on my sites jquery based code doesn't work. However it runs the Sunspider benchmark just fine, so js must be supported in some way.

Second Life Wiki - Web Browser

Sunspider results

Anyone can point me to a good resource? thanks


Solution

  • The initial version of the Web content rendering library in Second Life used the Mozilla/Gecko rendering engine. This is now deprecated.

    Second Life now uses LLQtWebKit.

    A Media Plugin API to render Web content in the Second Life viewer is now available as well.