Open GoogleCodeExporter opened 9 years ago
As a workaround for this, I override window.XMLHttpRequest with my own class
that uses document.title to send commands to a notify::title signal callback on
the python side. Then the python side uses a WebKit.execute_script() call reply
to the request. For example code, see my commit here:
http://code.google.com/p/electroshocktherapy/source/detail?r=438ae49894167b9f79c
360dc002d6820d957e39b
This allows me use file:/// URIs entirely (removing an http server from my
app), which greatly reduces page loading overhead. It a little bit ugly, but it
works very well.
Original comment by zmedico
on 3 Feb 2012 at 10:01
Original issue reported on code.google.com by
zne...@gmail.com
on 19 May 2011 at 6:14