The _ghostBridge object is created on the js side to allow communication.
It is supposed to be removed just after being copied to a local scoped variable so that
the object is not exposed as a window property (which would be a security hole).
Method names of this class ale short to make it faster
TODO check if the above is true