Form History Control에 대한 리뷰
Form History Control 제작자: Stephan Mahieu
Firefox 사용자 14704925 님의 리뷰
5점 만점에 5점
Firefox 사용자 14704925 님, 6년 전Hello Stephan and thank you for this great plugin!
I only have one question. If i understand correctly
the captured data are not stored in formhistory.sqlite
file. Can you please tell me where this data is stored ?
Thanks again
I only have one question. If i understand correctly
the captured data are not stored in formhistory.sqlite
file. Can you please tell me where this data is stored ?
Thanks again
개발자 답글
6년 전에 게시됨Hi
sqlite is no longer available for add-ons, HTML5 client side storage is commonly used instead. This is implemented in Firefox using IndexedDB.
See for instance here: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB
sqlite is no longer available for add-ons, HTML5 client side storage is commonly used instead. This is implemented in Firefox using IndexedDB.
See for instance here: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB