<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web-Api on Commentary of Takao</title><link>https://takao.blog/ko/tags/web-api/</link><description>Recent content in Web-Api on Commentary of Takao</description><generator>Hugo -- gohugo.io</generator><language>ko</language><copyright>Commentary of Takao</copyright><lastBuildDate>Sun, 12 Jul 2026 04:12:51 +0900</lastBuildDate><atom:link href="https://takao.blog/ko/tags/web-api/index.xml" rel="self" type="application/rss+xml"/><item><title>File System Access API: Powerful Local File Operations</title><link>https://takao.blog/ko/web/file-system-access-api/</link><pubDate>Sat, 28 Dec 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/ko/web/file-system-access-api/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/file-system-access-api-ko.png" alt="Featured image of post File System Access API: Powerful Local File Operations" /&gt;&lt;h2 id="introduction"&gt;Introduction
&lt;/h2&gt;&lt;p&gt;For decades, web applications were limited to reading files through a clunky &lt;code&gt;&amp;lt;input type=&amp;quot;file&amp;quot;&amp;gt;&lt;/code&gt; element and had no reliable way to save changes back to the original file. The File System Access API changes this entirely. It enables web applications to read, write, and manage files and directories directly on the user&amp;rsquo;s local file system — with user permission, of course. This opens the door to building text editors, image editors, IDEs, and productivity tools that feel native.&lt;/p&gt;</description></item><item><title>Web Bluetooth API: Connecting Hardware from the Browser</title><link>https://takao.blog/ko/web/web-bluetooth-api/</link><pubDate>Tue, 23 Jul 2024 00:00:00 +0900</pubDate><guid>https://takao.blog/ko/web/web-bluetooth-api/</guid><description>&lt;img src="https://takao.blog/img/thumbnail/web-bluetooth-api-ko.png" alt="Featured image of post Web Bluetooth API: Connecting Hardware from the Browser" /&gt;&lt;p&gt;The Web 블루투스 API brings hardware interaction to the browser, enabling web applications to communicate with 블루투스 Low Energy (BLE) devices. This opens up IoT use cases like connecting heart rate monitors, temperature sensors, and smart lights directly from web pages.&lt;/p&gt;
&lt;h2 id="how-web-블루투스-works"&gt;How Web 블루투스 Works
&lt;/h2&gt;&lt;p&gt;Web 블루투스 operates over the GATT (Generic Attribute 프로필) protocol, which is standard for BLE communication. In this model, the BLE device acts as a peripheral that exposes services and characteristics, while the browser acts as the central that consumes them.&lt;/p&gt;</description></item></channel></rss>