Security:Strawman Model: Difference between revisions

Line 31: Line 31:
                     src:String,
                     src:String,
                     content:Window = null}
                     content:Window = null}
            where load(s) = (this.content = new Window(urlString(s),
                                                        urlPrincipal(s),
                                                        null),
                              this.content.load(s))


Script    = record {parent:Object = null,
Script    = record {parent:Object = null,
Line 44: Line 40:
                     opener:Window,
                     opener:Window,
                     document:Document = null}
                     document:Document = null}
            where load(s) = parse(this, fetch(urlString(s)))
</pre>
</pre>


Confirmed users, Bureaucrats and Sysops emeriti
419

edits