simple-storage 저장이 안됩니다. ㅠㅠ

Mozilla Firefox 사용에 대한 일반적인 질문과 답을 해 주는 게시판입니다. 질문을 하기 전에 FAQ를 읽어 보시는게 도움이 될 것입니다.
Post Reply
kindtito
Posts: 2
Joined: 2015 05 29 09:14 20
Contact:

simple-storage 저장이 안됩니다. ㅠㅠ

Post by kindtito »

var db = require("sdk/simple-storage");
db.storage.user = [];

var user_data = {};
user_data['nickname'] = "test";
user_data['memo'] = "memo";
db.storage.user.push(user_data);

이렇게 해서 쓰구요,,

기동할땐 cfx run --profiledir=../sampleProfile 실행 합니다.

다시 실행해서

console.log(db.storage.length); 하면 0인데.. 왜 저장이 안되는걸까요?>
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 0 guests