ep59 Monthly Web 201910
- published_at
- 2019-11-05
- guest
- @myakura
- toc
-
headings
Theme
第 59 回のテーマは 2019 年 10 月の Monthly Web です。
Show Note
Chrome 動向
- Stable: 78
-
Updates
-
New in Chrome 78
- https://developers.google.com/web/updates/2019/10/nic78
- CSS Properties and Values API
- Fresher service workers
- Native File System
- SMS Receiver
-
Chromium Blog: No More Mixed Messages About HTTPS
- https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
- Mixed Contents に関するタイムライン
- Chrome 79 (2019/12): Shield icon を消して site settings に unblock 設定が移る
- Chrome 80 (2020/01): audio/video の autoupgrade, だめなら block, mixed image as "Not Secure"
- Chrome 81 (2020/03): image が autoupgrade, だめなら block
-
Chromium Blog: Chrome UI for Deprecating Legacy TLS Versions
- https://blog.chromium.org/2019/10/chrome-ui-for-deprecating-legacy-tls.html
- TLS 1.0/1.1 はまだ 0.5% ある
- Chrome 79 から "Not Secure" にする
- Chrome 81 (2020/3) からはブロックされる
-
What's New In DevTools (Chrome 79)
- https://developers.google.com/web/updates/2019/10/devtools
- Debug why a cookie was blocked
- Simulate different prefers-color-scheme and prefers-reduced-motion preferences
- Code coverage updates
- Debug why a network resource was requested
- Console and Sources panels respect indentation preferences again
- New shortcuts for cursor navigation
-
Chromium Blog: Recent Site Isolation improvements
- https://blog.chromium.org/2019/10/recent-site-isolation-improvements.html
- Chrome 77 での改善について
-
Android でパスワード入力をするサイトが分離される
- モバイルでは全部を分離するとオーバーヘッドが大きい
- Password Input するサイトだけ分離する
- RAM 2GB 以上のユーザ 99% でこれを有効にして、計測中
- 将来は、サイトがオプトインで分離を有効にできるようにしていく
-
Desktop では Sidechannel だけでなくレンダラプロセス内の攻撃も防ぐ
- レンダリングプロセスのバグをつかれても情報がもれないように
- Cookie/Password etc のアクセスを制限
- CORB や CORP の適用
- Sec-Fetch-Site/Origin ヘッダを併用
-
Chromium Blog: Automatically lazy-loading offscreen images & iframes for Lite mode users
- https://blog.chromium.org/2019/10/automatically-lazy-loading-offscreen.html
- Lite Mode (Data Saver) が有効だと img/iframe が lazyloading される
- Chrome 77 から
-
Chromium Blog: Developers: Get Ready for New SameSite=None; Secure Cookie Settings
- https://blog.chromium.org/2019/10/developers-get-ready-for-new.html
- 2020/2 の Chrome 80 から Cookie のデフォルトが変わる
- SameSite=None Secure な Cookie しか Cross Site で送られない
- 今まで Cross Site に Cookie が送られることを前提としていたサイトは直す必要
- 壊れるサイトも多いからどうなるか
-
New in Chrome 78
-
Intents
- Ship: Compute img/video aspect ratio from width and height HTML attributes
- Ship: Add calendar options/patterns and other calendars
- Ship: line-break: anywhere
- Ship: WebXR Gamepad Module
- Ship: WebXR Device API
- Ship: RTCRtpReceiver playoutDelayHint property
- Ship: Scroll To Text Fragment
- Ship: Trusted Types
- Ship: Canvas and Text system colors
- Ship: JS Nullish Coalescing operator
- Ship: JS Optional Chaining operator
-
Implement and Ship: list-style-type
<string>
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/GojYpoeDbqc/Ly-gpSrxCgAJ
- list-style-type で任意の文字を設定できるように
- Implement and Ship: overflow-wrap: anywhere
-
Implement and Ship:
@supports selector()
feature query function - Implement and Ship: Freeze task queues in background (desktop) (attempt #2)
- Implement: CSS ::marker pseudo-element
-
Implement: WebRTC Insertable Streams
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/5UZuZNGvgwo/ZOl1Oz28BwAJ
- Video Stream を送る前に加工したするために Stream を差し込む仕様
- WebCodecs をベースとしている
- Funny Hats, Background removal, Voice Processing などの WebRTC NV ユースケースをカバー
- Implement: QuicTransport
- Implement: Custom state pseudo class
- Implement: Raw Clipboard Access
-
Implement: Trust Token API
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/X9sF2uLe9rA/1aUxs8mnDgAJ
- 3rd Party Cookie の代わりになるトークンを取得する API
-
Implement: Conversion Measurement API
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/7B0ldtZR_68/GjLBu0n4DgAJ
- impressiondata 属性を a 要素に追加すると well-known url に post される
- Apple が Privacy Preserving Ad Click Attribution For the Web と言っていたものと思われる
- これと Conversion Measure が Privacy Sandbox と呼ばれてるものの実装の一部
- https://webkit.org/blog/8943/privacy-preserving-ad-click-attribution-for-the-web/
-
Implement: Split HTTP auth cache by NetworkIsolationKey
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/E9M1DpyCTmM/pgKAvL5JDwAJ
- Auth 情報を Site Isolation
- Implement: MathML Core
- Implement: HTMLVideoElement.requestAnimationFrame()
- Implement: New referrer policy default of strict-origin-when-cross-origin
- Implement: HTMLMediaElement latencyHint
- Implement WebCodecs
- Experiment: Origin Trial Opt-Out/In for Page Freezing (desktop)
- Experiment: rendersubtree attribute + CSS content-size
-
Experiment: Serial API
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/AiGJihoCbl4/OmA24108DwAJ
- シリアルポートを直接叩く API
- USB/Bluetooth と似た stream ベース API と権限モデル
-
Experiment: Support ARIA Annotation roles in Automation API, ChromeVox screen reader
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/hxV0yjyS8_4/Fz4t4WseEQAJ
- annotation-attribution
- annotation-commentary
- annotation-presence
- annotation-revision
- annotation-suggestion
- Change:
- Unship:
- Deprecate and Remove: -webkit-appearance:button for arbitrary elements
-
PSA: Support for SameSite=Extended cookie attribute value will be deprecated and removed
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/5r_fwZX9fnI/4Gb7C7bODQAJ
- SameSite=Extended という独自実装を消す
- AMP
-
AMP is joining the OpenJS Foundation incubation program
- https://blog.amp.dev/2019/10/10/amp-is-joining-the-openjs-foundation-incubation-program/
- AMP が OpenJS Fundation に入った
- 今後も Google からのアクティブな開発者が付く
-
AMP Contributors Summit で Malte が AMP を React で書き直すと発表したらしい
- https://twitter.com/cramforce/status/1181926565791371265
- AMP Contributors Summit で Malte が AMP を React で書き直すと発表したらしい
- 使うのは Preact なのではという話も
-
v8
-
Improving V8 regular expressions
- https://v8.dev/blog/regexp-tier-up
- 正規表現はこれまでネイティブコードにコンパイルされていた
- JIT-less v8 の一環でインタプリタでバイトコードにし省メモリ化
- ホットであればネイティブに落とす
-
Improving V8 regular expressions
-
Other
- Fixing layout instability
- Preloading responsive images
-
Google's Password Checkup feature will be built into Chrome
- https://www.engadget.com/2019/10/02/chrome-password-checkup-built-in/
- Google 版の have i been pound を Password Checkup 拡張で提供していた
- それが Chrome に統合され password.google.com でチェックされる
- 1Password の Watchtower は have i been pound だが、これとはソースが違う
- 1Password は有料だが Chrome は無料で使える
-
Updating the user agent of Googlebot
- https://webmasters.googleblog.com/2019/10/updating-user-agent-of-googlebot.html
- Googlebot が Chromium ベースで更新されるようになったので UA のバージョンも更新される
- Verify phone numbers on the web with the SMS Receiver API
- [INFORMATION PLEASE] Chrome 79 Beta is Coming
-
We are going to change restrictions on fetch keepalive, sendBeacon and friends
- https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/B_jSVFVZKPE/vaj-qCSJDQAJ
- keepalive fetch に制限があったけど、厳しすぎるので緩和する
- global で 2048, Top level frame で 256
- 超過分はリクエストをブロック
- SameSite cookie recipes
-
Chromium Blog: Addressing some misconceptions about our plans for improving the security of DNS
- https://blog.chromium.org/2019/10/addressing-some-misconceptions-about.html
- 先月の DoH 有効化の話に対して、反トラスト法に引っかかるとかの疑念が出たので回答
- Chrome はシステムが使う DNS プロバイダが DoH に対応している場合のみアップグレードする
-
Q3 2019 Summary from Chrome Security
- https://groups.google.com/a/chromium.org/forum/#!msg/security-dev/PBhCjIqB70I/fTXN1S-CDQAJ
- Safe Browsing チームが Stricter Download Protections を Advanced Protection users に提供
- Mixed Contents の Auto Upgrade とブロックを徐々に開始
- Legacy TLS に対する新しい UI を 2020 提供に向けてアナウンス
- PDFium やフォント周りのメモリ安全性向上
- GPU 、ネットワーク etc の改善
- XSS Auditor の削除
- Fuzzing の改善
- Trusted Types の検証
- Android で Password を使うサイトの Site Isolation
- カザフスタンの CA 対応
- 報奨金の増額
- Chromium に提供されたパッチが Chrome のリリースに乗るまで 33 日の "patch gap" があったが、直接リリースに反映できるようにし 19 日まで縮めた
Firefox 動向
- Stable: 70
-
Updates
- Improved Security and Privacy Indicators in Firefox 70
- The Illusion of choice and the need for default privacy protection
- Latest Firefox Brings Privacy Protections Front and Center Letting You Track the Trackers
- The two-value syntax of the CSS Display property - Mozilla Hacks - the Web developer blog
- Firefox 70 - a bountiful release for all - Mozilla Hacks - the Web developer blog
-
Auditing For Accessibility Problems With Firefox Developer Tools - Mozilla Hacks - the Web developer blog
- https://hacks.mozilla.org/2019/10/auditing-for-accessibility-problems-with-firefox-developer-tools/
- 最近の Firefox DevTools のアクセシビリティパネルについて
- Firefox 70 からはキーボードのアクセシビリティも調査可能に
-
Intents
-
Ship: CSS subgrid
- https://groups.google.com/forum/#!msg/mozilla.dev.platform/IKzfuoD77yE/-DiLKfkNDwAJ
- Firefox が先行中の Subgrid について I2S がでた
- 現在 Firefox だけの新機能なので、 Secure Context のみにしないのという質問が出て、今後追加される新しい CSS の機能は Secure Context に限定すべきかという議論が生まれた
- Ship: CSS column-span property
- Ship: Web Speech API
-
Ship:
MediaRecorder.{audio|video}BitsPerSecond
-
Ship: Infer aspect-ratio from img width and height attributes.
- https://groups.google.com/forum/#!msg/mozilla.dev.platform/H9j3aJ20IgE/fs9Df3loCQAJ
- Do This to Improve Image Loading on Your Website
- Ship: Promise.allSettled
-
Prototype: heading levels
- https://groups.google.com/forum/#!msg/mozilla.dev.platform/SdnMKYwWxzU/a1FcX-nnCgAJ
- セクション要素と見出し要素の入れ子などに応じてアクセシビリティツリーのレベルを調整する
- Prototype: JavaScript weak references
- Prototype: Web Share Target
- Deprecate: mfenced element
- Deprecate: MathML bevelled attribute
- Deprecate: MathML subscriptshift and superscriptshift attributes
- Unship: @media (-moz-touch-enabled)
- Unship: MathML3 support for semantics and maction elements
- Unship: Negative radii in radial gradients.
-
Remove: nsStackFrame aka.
display: -moz-stack
and related features - Firefox Profiler now supports recording IPC messages
-
Ship: CSS subgrid
-
Site Compat
- TLS 1.0 and 1.1 are now deprecated, disabled in Nightly
- Non-standard Array generics have been removed
- Application Cache storage has been removed in Nightly and early Beta
- X-Frame-Options: Allow-From directive has been removed
- X-Content-Type-Options: nosniff now applies to top-level documents, causing some pages to be downloaded (Affecting)
- Firefox 71 Beta and Developer Edition are out!
-
Other
-
WebHint in Firefox DevTools: Improve Compatibility, Accessibility and more
- https://hacks.mozilla.org/2019/09/webhint-in-firefox-devtools-improve-compatibility-accessibility-and-more/
- Microsoft が作って OpenJS Foundation に寄贈した webhint (sonar) が Firefox の DevTools でも使えるようになった
- Mozilla Developer - YouTube
- Firefox's New WebSocket Inspector - Mozilla Hacks - the Web developer blog
- These Weeks in Firefox: Issue 65
- These Weeks in Firefox: Issue 66
- These Weeks in Firefox: Issue 67
- Critical Security Issue identified in iTerm2 as part of Mozilla Open Source Audit
- Hardening Firefox against Injection Attacks
- Dramatically reduced power usage in Firefox 70 on macOS with Core Animation - Mozilla Gfx Team Blog
-
WebHint in Firefox DevTools: Improve Compatibility, Accessibility and more
Safari 動向
- Stable: 13.0.3
-
Updates
-
Release Notes for Safari Technology Preview 93
- https://webkit.org/blog/9600/release-notes-for-safari-technology-preview-93/
- Updated to report performance entries with all HTTP status codes (r250167)
- Added support for sync-xhr feature policy (r250288)
- Exposed misspelling ranges for editable content to accessibility clients. (r249893)
- Added missing syntax errors for await in function parameter default expressions (r249925)
-
Release Notes for Safari Technology Preview 94
- https://webkit.org/blog/9609/release-notes-for-safari-technology-preview-94/
- CSS Shadow Parts
- Changed document.hasStorageAccess() to return true when the cookie policy allows access and false otherwise, for third parties not blocked by ITP (r250431, r250589)
- Updated MediaDevices to require a secure context (r250551)
- Changed toExponential, toFixed, and toPrecision to allow arguments up to 100 (r250389)
- Preserved auto repeat() in getComputedStyle() for non-grids (r250715)
-
back-forward Cache
- めっちゃ手が入った
- Allowed pages served over HTTPS with Cache-Control: no-store header to enter the back-forward cache (r250437)
-
Release Notes for Safari Technology Preview 95
- https://webkit.org/blog/9621/release-notes-for-safari-technology-preview-95/
- Added support for ShadowRoot.delegateFocus (r251043)
- Added image/apng as a supported mime type for images (r251182)
- Removed unified plan runtime flag (r250969)
- Added support for programmatic paste requests on macOS (r250973)
- Implemented HTMLVideoElement.requestPictureInPicture() and Document.exitPictureInPicture() (r251160)
- Prevented timeout for a load intercepted by a Service Worker that receives a response (r250985)
-
back-forward Cache
- 引き続き手が入ってる
-
Release Notes for Safari Technology Preview 93
- Other
Edge 動向
- Stable:
- Status Updates
- EdgeHTML
- Build Changelog
-
Chakra
- Release ChakraCore v1.11.14 · microsoft/ChakraCore
-
Other
- Announcing the webhint v1 browser extension for Microsoft Edge - Microsoft Edge Blog
-
Improving form controls in Microsoft Edge and Chromium - Microsoft Edge Blog
- https://blogs.windows.com/msedgedev/2019/10/15/form-controls-microsoft-edge-chromium/
- フォームコントローラ UI のデザインを刷新
- Edge / Chrome チームが連携して実現し、 Chromium に入る
- つまり Chromium ベースの他のブラウザにも入る
<input type=password>
にパスワードを確認するアイコンが入るっぽい- ハイコントラストモードにも対応
WHATWG/W3C 動向
-
TPAC
- TPAC Recap (2019 Edition) | Web Payments Working Group
-
Service workers at TPAC - JakeArchibald.com
- https://jakearchibald.com/2019/service-workers-tpac/
- unregister して register しても復活しないように
- active/waiting/installing どの state だろうと self.serviceWorker で取れるように
- page lifecycle api (特に bfcache) との関係
- ページから SW に状態などを伝えるためにデータを渡せるように
- immediate unregister できるように
- URLPattern を導入し URL pattern matching できるように
-
Request Body に Stream を使えるように
- 仕様に有ったが実装は無かった
- Google, Apple, Mozilla が合意した
- 動画アップロードなどもできる
-
onfetch で respondWith に response を渡した後、 waitUntil でタスクを実行したい
- でも waitUntil が respondWith を遅延させるケースがあった
- setTimeout とかで迂回してた
- event.handled という Promise を入れて respondWith を待てるように
-
Background fetch のプライバシー
- ページを離れたずっと後で fetch が飛ぶと変更後の IP など情報が多すぎる
- しかもユーザに見えないところで行われる
- Moziila / Apple は background fetch の方に満足している
- Apple は background fetch を実装しているように見える
- Mozilla は bgfetch か bgsync をユーザに見えるようにするだろう
- Contents Index
- Launch event
- Declarative routing
- Top-Level Await
- パス単位で SW を迂回する方法を定義
- Recommendation
-
Proposed Recommendation
- Web Assembly 1.0
- CSS Containment Module Level 1
- CSS Writing Modes Level 3
-
Candidate Recommendation
- CSS Images Module Level 3
- Working Draft
-
First Public Working Draft
- CSS Containment Module Level 2
- First Public Working Draft: Scalable Video Coding (SVC) Extension for WebRTC
- Chartering
-
Other
- World Wide Web Consortium celebrates its 25th anniversary
TC39 動向
- Meeting
-
Proposals Diff
- https://github.com/tc39/proposals/compare/master@{2019-10-01}...master@{2019-11-01}
- https://tc39.github.io/beta/
-
0->1
- OOM Fails Fast
- Wavy dot
- Declarations in Conditionals
- UUID
- Readonly Collections
-
1->2
- Iterator helpers
- Map.prototype.upsert
-
2->3
- String.prototype.replaceAll
- Promise.any
- Intl.DisplayNames
- 3->4
-
New Proposals
-
tc39/proposal-object-map
- https://github.com/tc39/proposal-object-map
- Object.map したいという提案は昔からあった
- でもその追加を許すと収集がつかなそう(slippery slope)
- 拡張性、パフォーマンスを考えて Object.map を Iterator 側に移す
Iterator.from(obj).map(([k,v]) => do([k,v])).toObject(([k]) => k, ([,v]) => v)
- @@iterator (Symbol.iterator) を持つ必要
-
tc39/proposal-oom-fails-fast
- https://github.com/tc39/proposal-oom-fails-fast
- Proposal: Out of memory immediately terminates agent cluster
-
tc39/declarations-in-conditionals
- https://github.com/tc39/proposal-Declarations-in-Conditionals
- if の条件のところで変数定義
- Agoric/proposal-eventual-send
-
Agoric/proposal-wavy-dot
- https://github.com/Agoric/proposal-wavy-dot
- Syntactic Support for Promise Pipelining
- Agoric/proposal-readonly-collections
- tc39-transfer/proposal-uuid
-
tc39/proposal-object-map
-
Other
- Nullish が TS にマージ
IETF 動向
- IETF106
- RFC
- IETF Last Call
- WG Last Call
- Call for Adoption
- I-D Action
-
Draft
-
Ecosystem Effects of Web Packaging
- https://tools.ietf.org/html/draft-yasskin-wpack-ecosystem-effects-00
- WebPackaging がどういう影響を与えるかの考察
- Use Cases and Requirements for Web Packages
- Oblivious DNS Over HTTPS
- Zstandard Compression and the application/zstd Media Type
- ACME for Subdomains
- Data Center Fast Congestion Management
- Using QUIC Datagrams with HTTP/3
-
Ecosystem Effects of Web Packaging
- Other
セキュリティ動向
-
Same-Site Cookies By Default
- https://textslashplain.com/2019/09/30/same-site-cookies-by-default/
- Same Site Cookie の展開予定とその影響について
- 特に POST で Same Site Cookie が飛ばないことによる federation login のエラーがある
- そこで Chrome は 2 分間だけ SameSite-Lax-by-Default cookie を POST でも飛ばすワークアラウンドを入れた
- 最終的にはそれも無くす
- Navigating to File Urls
-
Improving Privacy by Limiting Referrers
- https://textslashplain.com/2019/10/16/privacy-tweaks-limiting-referrer/
- referer によって情報漏えいは多々有る
- chrome はデフォルトの no-referrer-when-downgrade だった
-
これを M78 で strict-origin-when-cross-origin に変更する
- same origin だと URL
- cross origin だと Origin
- downgrade だと ""
-
CPDoS: Cache Poisoned Denial of Service
- https://cpdos.org/
-
攻撃
- 不正なヘッダを含んだリクエストを CDN に送る
- CDN が Origin に取得しに行くときに不正なヘッダをそのまま送るためエラーページが返る
- CDN がエラーページをそのまま保存する
- クライアントに対してエラーページを配布し始める
-
対策
- CDN がエラーページをキャッシュしないようにする
- エラーページに no-store をつける
- Cloudflare はデフォルトで影響のあるヘッダや 400 をキャッシュしないように
-
Cookie 情報収集公取委規制へ
- https://news.livedoor.com/article/detail/17300262/
- https://www.asahi.com/articles/ASMBQ7JVNMBQULZU01H.html
- https://headlines.yahoo.co.jp/hl?a=20191029-00000004-asahi-bus_all
- https://www.itmedia.co.jp/news/articles/1910/29/news119.html
-
(令和元年 8 月 29 日)「デジタル・プラットフォーマーと個人情報等を提供する消費者との取引における優越的地位の濫用に関する独占禁止法上の考え方(案)」に対する意見募集について:公正取引委員会
- https://www.jftc.go.jp/houdou/pressrelease/2019/aug/190829_dpfpc.html
- おそらくここに Cookie に対する規制を盛り込むという話っぽい
- 9/30 までは一般に意見を募っていた模様
- ImperialViolet - Real-world measurements of structured-lattices and supersingular isogenies in TLS
- TLS Post-Quantum Experiment
-
Recent Study Estimates That 50% of Websites Using WebAssembly Apply It for Malicious Purposes
- https://www.infoq.com/news/2019/10/WebAssembly-wasm-malicious-usage/
- Alexa のトップ 100 万サイトをクロールして WebAssembly が使われてるサイトを調べた
- 使われているモジュールの半数以上がマイニングや難読化など悪意ある使われ方をするものだった
- Getting started with security keys
周辺動向
- google/nginx-sxg-module
-
Not so static... Introducing the HTMLRewriter API Beta to Cloudflare Workers
- https://blog.cloudflare.com/html-rewriter-beta/
- jQuery like な API で Edge side rewrite できる
- Creating a pop-out iframe with adoptNode and "magic iframes"
- Interview with a Pornhub Web Developer
-
WebHint Browser Ext
- Webhint (Lighthouse の MS 版、旧 sonarwhal) の拡張リリース
- The webhint browser extension v1 release - webhint - Medium
- WebHint in Firefox DevTools: Improve Compatibility, Accessibility and more - Mozilla Hacks - the Web developer blog
- Announcing the webhint v1 browser extension for Microsoft Edge - Microsoft Edge Blog
- Introducing scripted testing for Fastly fiddle
- Experiment with HTTP/3 using NGINX and quiche
-
Spectrum, Adobe's design system
- https://spectrum.adobe.com/
- Adobe がデザインシステムを公開
- A Breakdown of HTML Usage Across ~8 Million Pages (& What It Means for Modern SEO) - Moz
- DNS Encryption Explained
-
Fifty Years Ago
- https://blog.cloudflare.com/fifty-years-ago/
- Arpanet で最初のパケットが流れてから 50 年
- Vint Cerf's top moments from 50 years of the Internet
-
Tim Berners-Lee published a document called HTML Tags - 1991 | Web Design Museum
- https://www.webdesignmuseum.org/web-design-history/tim-berners-lee-published-a-document-called-html-tags-1991
- Sir TBL が HTML Tag を Publish してから 28 年 (1991/10/29)
<title>, <nextid>, <a>, <isindex>, <plaintext>, <listing>, <p>, <h1>...<h6>, <address>, <hp1>, <hp2>..., <dl>, <dt>, <dd>, <ul>, <li>,<menu> and <dir>
-
WebAssembly.sh
- https://webassembly.sh/?run-command=sqlite
- WASM で SQLite
イベント
-
10 月
- 1-3 Agenda for the 72nd meeting of Ecma TC39
- 8-10: AMP Contributor Summit 2019
- 21-27: MozFest 2019
-
11 月
- 1: WebKit Contributors Meeting
- 4-8: MS Edge at Ignite 2019
- 5-6: W3C Workshop on Inclusive Design for Immersive Web Standard
- 11-12: Chrome Dev Summit 2019
- 14-15: BlinkOn 11
- 16-22: IETF106 Singapore
- 30-1: JSConf JP
-
12 月
- 末: Yearly Web
- 1 月