Zinkyu on 2/27/2008
What's the Firefox 3 note about?
Starting with Firefox 3, this method is subject to the same same-origin policy as other properties.
What is the "same same-origin policy"?
Note that this issue breaks the example code in Feed content access API:
var win = window.open("", "FeedTest_Window");
var doc = win.document;
doc.open();
— Hippietrail 14:52, 12 July 2008 (PDT)
I'm still a newbit but I've learned that var doc = win.document.wrappedJSObject may be the fix in at least some circumstances. — Hippietrail 15:23, 12 July 2008 (PDT)
Page last modified 22:23, 12 Jul 2008 by Hippietrail