Do you know any differences between Safari for Intel Mac and for PowerPC?
Just two lines of JavaScript code below crashes Safari for Intel Mac.
But Safari for PowerPC and other browsers are never crased.
var parser = new DOMParser(); parser.async = false;
After Safari's crashed, you'll see:
You can try to crash your Safari when you are using Intel Mac! B-)
* You are using
I don't think that Safari is definitely wrong. See
DOM Level 3's document:
Objects that implement the DOMParser interface: Properties of objects that implement the DOMParser interface: async This read-only property is a Boolean.
However, it's too violent behavior of Safari to make itself crashed, isn't it?
Trackback URL: http://www.kawa.net/service/tb/ajaxtb.cgi/works/ajax/tips/intelmac-e.html
Kawa.netxp © Copyright 2006 Yusuke Kawasaki