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

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

by 한민주, 양찬석, 탈 아터
April 2019
Beginner to intermediate
368 pages
7h 18m
Korean
Hanbit Media, Inc.
Content preview from 만들면서 배우는 프로그레시브 웹 앱: 사용자 경험을 극대화하는 차세대 웹 앱 기술
2 당신의 첫 번째 서비스 워커
- 049
페리얼 호텔의 개인화된 에러 메시지가 나타날 겁니다
(
그림
2
-
8)
.
그림
2
-
8
간단한 오프라인 텍스트 메시지
우선, 메시지에 몇 가지 포맷을 적용한 후 코드를 차근차근 살펴보겠습니다.
2.10
HTML Response 생성하기
오프라인 상태에서 단순한 텍스트로 이루어진 오류 페이지로 웹을 퇴보시키는 대
신 우아한
HTML
페이지를 전송하도록 코드를 수정해 봅시다.
serviceworker
.
js
의 코드를 다음과 같이 수정합니다.
var responseContent
=
"<
html
>"
+
"<
body
>"
+
"<
style
>"
+
"
body
{
text
-
align
:
center
;
background
-
color
:
#
333
;
color
:
#
eee
;}"
+
"</
style
>"
+
"<
h1
>
Gotham Imperial Hotel
</
h1
>"
+
"<
p
>
There seems to be a problem with your connection
.</
p
>"
+
"<
p
>
Come visit us at 1 Imperial Plaza
,
Gotham City for free WiFi
.</
p
>"
+
"</
body
>"
+
050 - 프로그레시브 웹 앱
"</
html
>";
self
.
addEventListener
("
fetch
",
function
(
event ...
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