サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
Switch 2
github.github.io
<hello-world> <input data-target="hello-world.name" type="text"> <button data-action="click:hello-world#greet"> Greet </button> <span data-target="hello-world.output"> </span> </hello-world> import { controller, target } from "@github/catalyst" @controller class HelloWorldElement extends HTMLElement { @target name: HTMLElement @target output: HTMLElement greet() { this.output.textContent = `Hello,
Fetch This documents the polyfillable parts of the WHATWG Fetch standard. See Caveats for notable exceptions. Usage synopsis (use the argument links to find out more): fetch(url, options).then(function(response) { // handle HTTP response }, function(error) { // handle network error }) More comprehensive usage example: fetch(url, { method: "POST", body: JSON.stringify(data), headers: { "Content-Typ
このページを最初にブックマークしてみませんか?
『github.github.io』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く