Implement cookies.get API.
This commit is contained in:
parent
db2042f561
commit
dbbc2f19f4
5 changed files with 272 additions and 0 deletions
3
atom/browser/api/lib/cookies.coffee
Normal file
3
atom/browser/api/lib/cookies.coffee
Normal file
|
@ -0,0 +1,3 @@
|
|||
bindings = process.atomBinding 'cookies'
|
||||
|
||||
module.exports = bindings.cookies
|
Loading…
Add table
Add a link
Reference in a new issue