Skip to Content
만들면서 배우는 프로그레시브 웹 앱: 사용자 경험을 극대화하는 차세대 웹 앱 기술
book

만들면서 배우는 프로그레시브 웹 앱: 사용자 경험을 극대화하는 차세대 웹 앱 기술

by 한민주, 양찬석, 탈 아터
April 2019
Beginner to intermediate
368 pages
7h 18m
Korean
Hanbit Media, Inc.
Content preview from 만들면서 배우는 프로그레시브 웹 앱: 사용자 경험을 극대화하는 차세대 웹 앱 기술
166 - 프로그레시브 웹 앱
먼저
readwrite
트랜잭션을 열고
exchange
_
rates
객체 저장소를 불러옵니다.
그다음 업데이트된 객체와 교체하려는 객체 키를 사용해 객체 저장소의
put()
메소드를 호출합니다.
이 방식은
(
고객 여권번호를 가리키는 키 경로를 사용하는
customers
저장소와는 달리
)
exchange
_
rates
객체 저장소와 같이 아웃오브라인 키
(159
페이지의 ‘인라인 키
VS
아웃오브라인 키’ 참조
)
를 사용하는 객체 저장소에만 사용될 수 있습니다.
인라인 키를 사용하는 객체 저장소의 객체를 업데이트할 때나 혹은 객체의 아웃오
브라인 키를 알지 못할 때는 우선 객체 저장소에서 객체를 먼저 가져와야 합니다.
그런 다음 객체 저장소의
put()
혹은 커서의
update()
를 호출하여 내용을 변경
하고 업데이트할 수 있습니다.
다음 코드는 두 가지 접근 방식을 보여줍니다.
var request
=
window
.
indexedDB
.
open
("
my
-
database
",
4
);
request
.
onsuccess
=
function
(
event
)
{
var db
=
event
.
target
.
result
;
var customerTransaction
=
db
.
transaction
("
customers
",
"
readwrite
");
var customerStore ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

파이썬으로 웹 크롤러 만들기: 초간단 나만의 웹 크롤러로 원하는 데이터 가져오는 방법

파이썬으로 웹 크롤러 만들기: 초간단 나만의 웹 크롤러로 원하는 데이터 가져오는 방법

한선용, 라이언 미첼

Publisher Resources

ISBN: 9791162248737