Is it possible to tell, using JavaScript, whether the document.domain
property was explicitly set? Some browsers, like Firefox, distinguish between the case where it wasn't set, and the case where you call:
document.domain = document.domain;
But is there a way to programmatically tell the difference?