Skip to content Skip to sidebar Skip to footer
Showing posts with the label Javascriptcore

Webkit2.javascriptresult.get_value() Throws Exception "typeerror: Couldn't Find Foreign Struct Converter For 'javascriptcore.value'".

I am writing a python3 + webkit2 + gtk3 based GUI. Everything works fine, but when I tried to use W… Read more Webkit2.javascriptresult.get_value() Throws Exception "typeerror: Couldn't Find Foreign Struct Converter For 'javascriptcore.value'".

Swift Blocks Not Working

I've been trying to figure out how to use JavaScriptCore in swift. I'm running into problem… Read more Swift Blocks Not Working

Memory Leak When Using Wkscriptmessagehandler

Not sure if I hit a bug in WebKit or I am doing something horribly wrong, but I can't figure ou… Read more Memory Leak When Using Wkscriptmessagehandler

Binding Native Objects With JavascriptCore C Api

I'm working on a project that is going to use JavascriptCore to run javascript in a native app.… Read more Binding Native Objects With JavascriptCore C Api