I've been unable to find any decent DOM or extension documentation for Safari's javascript implementation. Apple's developer site seems to have links to a few articles relating to Safari and Javascript, but I can't find any api documentation that describes their proprietary objects fully, listing parameters and return values. Mozilla Firefox provides excellent documentation, not only for standard features, but also for custom features not found in other browsers.
Right now, I'm trying to use the local storage database available in Safari 3.1, but their documentation is more of a how-to than an api reference. I want to know all aspects of implementation, not just copy-paste sample code.
Right now, I'm trying to use the local storage database available in Safari 3.1, but their documentation is more of a how-to than an api reference. I want to know all aspects of implementation, not just copy-paste sample code.