I'm building a safari extension... I need to get some settings, but, messages are asynchronous, so, if I query the global page for some settings, it isn't there right away... How ...
I try to send a message from to global page to my injected.js on the moment that a setting changes: global.html
function settingChanged(event) { ...