mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update chrome.js
This commit is contained in:
parent
915d72ebbe
commit
52f2134c20
|
@ -1220,6 +1220,10 @@ var ChromeObject = function(interfaces) {
|
|||
this.getReadyState = function() {
|
||||
return this.getEvaluatedValue("document.readyState");
|
||||
};
|
||||
|
||||
this.getCookie = function() {
|
||||
return this.getEvaluatedValue("document.cookie");
|
||||
};
|
||||
|
||||
this.create();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user