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

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

by 한민주, 양찬석, 탈 아터
April 2019
Beginner to intermediate
368 pages
7h 18m
Korean
Hanbit Media, Inc.
Content preview from 만들면서 배우는 프로그레시브 웹 앱: 사용자 경험을 극대화하는 차세대 웹 앱 기술
298 - 프로그레시브 웹 앱
이 시점에서는
Ajax
fetch
호출을 사용하여 구독 객체를 앱 서버에 전송하고
나중에 사용하기 위해 저장할 수 있습니다.
이제 어떻게 새로운 구독을 시작할 수 있는지 이해했으니, 앱에서 직접 구현해봅
시다.
10
.
3
.
4
고담 임페리얼 호텔에서 푸시 메시지 구독하기
이 장의 앞부분에서 고담 임페리얼 호텔 앱에 알림 지원을 추가했습니다. 사용자
가 예약을 하자마자 사용자에게 알림을 표시하기 위한 권한을 요청했습니다.
이제 알림 권한을 부여한 사용자를 위해 푸시 메시지를 구독하고, 구독 정보를 서
버에 저장하도록 코드를 수정하겠습니다.
my
-
account
.
js
offerNotification()
함수를 변경하세요.
var offerNotification
=
function
()
{
if
("
Notification
"
in window
&&
"
PushManager
"
in window
&&
"
serviceWorker
"
in navigator
)
{
subscribeUserToNotifications
();
}
};
offerNotification()
에 두 가지 수정 사항을 반영했습니다. 첫 번째, 브라우
저에서
PushManager
를 지원하는지 확인하기 위해
if
문을 하나 더 추가했습니
다. 두 번째, 알림 권한을 요청하는 로직과 푸시 이벤트를 ...
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