[Blob] 번역#1903
Open
Violet-Bora-Lee wants to merge 3 commits into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ezn3Dq7aWbVPvWonrUn8YK
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ezn3Dq7aWbVPvWonrUn8YK
There was a problem hiding this comment.
Pull request overview
Part 3 > 3.3 “Blob” 챕터를 최신 upstream 영어 원문 기준으로 한국어로 번역하고, 최신 API(blob.arrayBuffer(), Blob.stream()) 내용을 반영해 문서 내용을 현대화합니다.
Changes:
- Blob 개념/메서드 설명 전반을 한국어로 번역 및 용어/표기 정합성 정리
blob.arrayBuffer()기반 ArrayBuffer 추출과 “Blob을 스트림으로 변환하기” 섹션 추가 반영- 예제/설명 문구의 UI 현지화(예: 링크 텍스트 “다운로드”) 및 옮긴이 주 추가
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| `URL.createObjectURL`을 쓰는 대신 `Blob`을 base64 인코딩 문자열로 변환하는 방법도 있습니다. | ||
|
|
||
| That encoding represents binary data as a string of ultra-safe "readable" characters with ASCII-codes from 0 to 64. And what's more important -- we can use this encoding in "data-urls". | ||
| base64 인코딩은 이진 데이터를 0부터 64까지의 ASCII 코드만으로 이루어진 '읽을 수 있는' 안전한 문자열로 표현합니다. 더 중요한 점은 base64로 인코딩한 문자열을 '데이터 URL(data url)'에 쓸 수 있다는 사실입니다. |
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ezn3Dq7aWbVPvWonrUn8YK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 3. 3.3 Blob 챕터 번역입니다.
번역 관련 판단
blob.arrayBuffer()기반 ArrayBuffer 추출과 'Blob을 스트림으로 변환하기' 섹션이 반영되어 있습니다. 구식FileReader방식 대신 최신 API를 소개하기 위한 선택입니다.BufferSource통칭 설명"Hello, world!"문자열은Uint8Array바이트 예제와 데이터가 연결되어 원문 유지체크리스트
🤖 Generated with Claude Code
https://claude.ai/code/session_01Ezn3Dq7aWbVPvWonrUn8YK