Confirmed users
496
edits
Line 69: | Line 69: | ||
{ "from":0, "contexts":[<i>context</i>...] } | { "from":0, "contexts":[<i>context</i>...] } | ||
The | The <tt>contexts</tt> property is a list with one element for each top-level browsing context present in the browser. Each <i>context</i> has the following form: | ||
{ "actor":<i>actor</i>, "title":<i>title</i>, "url":<i> | { "actor":<i>actor</i>, "title":<i>title</i>, "url":<i>url</i> } | ||
<i>actor</i> is the actor representing that top-level browsing context; <i>title</i> is the context's document's title, and <i>url</i> is the context's document's URL. | <i>actor</i> is the actor representing that top-level browsing context; <i>title</i> is the context's document's title, and <i>url</i> is the context's document's URL. |