I'm using Weinre to debug an iPad App and was looking for a JS callback from Weinre that signals when Weinre has finished loading and e.g. it's safe to use its console
object in my code.
I looked through the docs and the target-script.js
that hooks Weinre into my page but couldn't find anything.
Any help would be appreciated.