Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webkit JavaScript Reference [closed]

For Gecko there's Mozilla Developer Network

For IE there's MSDN.

For webkit there's...Apple Developer Connection?

There are a couple of JavaScript related documents on ADC, but nothing as comprehensive as MDN or MSDN. There's no reference. There's no way to look up methods of arrays or strings for webkit, or anything is there? So what, do we just assume it's the same as Gecko? IE?

like image 538
Bjorn Avatar asked May 16 '09 01:05

Bjorn


2 Answers

How about the WebKit DOM Reference?

http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/WebKitDOMRef/index.html

Update

Thanks for the comments - yes this now redirects.

Perhaps as others have said, one of the other browsers' references would be a good place to start - then for Safari's own DOM extensions/additions, there's the 'Safari DOM Additions Reference':

https://developer.apple.com/documentation/webkitjs

Otherwise it looks like it would be a case of finding your way through the confusing set of documents there in the Safari Developer Library:

http://developer.apple.com/library/safari/navigation/

like image 164
poshaughnessy Avatar answered Sep 23 '22 02:09

poshaughnessy


I use quirksmode.org for all my JavaScript needs. MDC is my resource for references and basic how-tos and quirksmode to show me that I, in fact, cannot even use it in IE. WebKit and Gecko seem to behave similarly enough when it comes to JavaScript anyway.

But other than what you listed, I have never come across anything specific to WebKit.

like image 34
geowa4 Avatar answered Sep 19 '22 02:09

geowa4