created_at
updated_at
tags
toc
headings

Monthly Web 2017/02

Intro

今月の Web メモ

Browser

Chrome

  • 2/2: Beta Chrome57
    • Grid
    • Add to Home Screen
    • Media Session
    • text padding
    • SW NavigationPreload
    • remove vender prefix from IDB
  • Chrome58 Beta, Dev, Canary

Firefox

Safari

  • Safari 10.0

Edge

  • 15019 (Windows Insider Preview (Fast) Desktop)
  • 15014 (Windows Insider Preview (Fast) Mobile)
  • 15007 (Release date: 01/12/2017)
  • 15002 (Release date: 01/09/2017)
  • 14986 (Release date: 12/07/2016)

V8

  • 2/6: V8 Release 5.7
    • Native async functions as fast as promises
    • Continued ES2015 improvements
    • RegExp 15 % faster
    • padStart/End, Intl.DateTimeFormat.prototype.formatToParts
    • WASM enabled
    • etc

blink on 7 で色々出たのでこっちにまとめ

まとめ

セッション

LT

  • JavaScript preprocessing/precompilation
    • JS のソースをサーバ側で Precompile できないかの議事録
    • パースは意外と遅いので、これを速くするどこかの段階までサーバでやっておきたいという話
  • WebRTC testing challenges
    • WebRTC をテストをどうにかしようという話
    • 問題をよくわかってて期待
    • Ability to insert mocks "underneath" the browser
    • Cross-vendor, cross-host remote-control interfaces
    • Testbench environments that span machines
    • Lots of configured hardware on the bots!
  • Network speed and save-data APIs
    • chrome には Network Quality Estimator があって、回線状況などがとれる。これを API として出すにはどうするかという Save Data API 周りの話。

TAG Finding

Finding っていう資料が二つ出た。

API

  • 1/30: ONE URL STANDARD PLEASE
    • URL の仕様が RFC と WHATWG と各実装とあって大変だという話
    • curl の作者の意見なので説得力ある
  • 1/30: IETF US 開催に懸念
    • IETF Chicago の場所を変えるのは遅いが、来れない人帰れない人もいるかもなので、状況を注視。
  • 1/31: Edge の WebRTC1.0 紹介
    • ORTC, WebRTC1.0 両サポート、 H.264/AVC は HW Enc/Dec だけど VP8 は Soft だからパフォーマンス注意。
  • 2/2: Front-end Handbook 2017
    • フロントエンド開発の総合的な知識の本
    • 中身は解説というよりリンク集
  • 2/6: TLS 本
    • TLS1.3 にも追従予定らしい
  • 2/6: HTTP2 本
    • Akamai の人、オライリーから
  • 2/7: Chrome VP9/SVG DEMO
    • Chrome VP9/SVG のデモ
    • SVG のレイヤ選択を SFU に指示して違いを体感
    • chrome --force-fieldtrials=WebRTC-SupportVP9SVC を有効にする必要
  • 2/7: How not to feature detect
    • Firefox は Notification を無効にすると window.Notification 自体が消える
    • この feature detect に twitter が引っかかり tweet ボタンでバグがあったらしい
    • 正しい feature detect について解説
  • 2/9: The Evergreen Web
    • ブラウザは常に最新にアップデートしよう
    • ブラウザの実装もちゃんと仕様に追従しよう
    • 組み込む時は適当なサブセット作るのやめよう
    • みたいな TAG の Findings という資料
  • 2/13: アメブロの SSL 化
    • プラグイン系の仕様変更
    • コメント欄、これがリアルワールドの反応か
  • 2/16: background-fetch
    • background-sync 的な感じで background-fetch の登録
  • 2/20: h タグの話
    • h1, h2 みたいに番号のない h タグの話