Slide 1

Slide 1 text

No content

Slide 2

Slide 2 text

http://github.com/mayuki http://www.misuzilla.org/

Slide 3

Slide 3 text

Browser Updates Web Platform Updates

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

Accessibility Tree View Paste and Go Swipe Navigation Browser Extension

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

! !

Slide 8

Slide 8 text

!

Slide 9

Slide 9 text

#

Slide 10

Slide 10 text

!

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

Chrome http://browserext.github.io/browserext/

Slide 13

Slide 13 text

browserAction contextMenus cookies extension i18n pageAction runtime storage tabs webNavigation webRequest windows https://github.com/MicrosoftEdge/MicrosoftEdge-Documentation/tree/master/extensions/supported-APIs

Slide 14

Slide 14 text

Google Chrome window.chrome window.browser Unsupported API

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

Web Notifications Fetch API Web Payments API WebRTC v1.0+VP8,H.264/AVC VP9 Opus WebM Container ECMAScript 6,7,2016 Web Speech API URL API Canvas 2D Path 2D WOFF 2.0 Drag and Drop Directories High Resolution Time 2 Beacon Windows Hello (FIDO)

Slide 20

Slide 20 text

Web Notifications Fetch API Web Payments API WebRTC v1.0+VP8,H.264/AVC VP9 Opus WebM Container ECMAScript 6,7,2016 Web Speech API URL API Canvas 2D Path 2D WOFF 2.0 Drag and Drop Directories High Resolution Time 2 Beacon Windows Hello (FIDO)

Slide 21

Slide 21 text

http://madosta-20160521-demo.azurewebsites.net/ https://github.com/mayuki/Madosta-20160521-Demo

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

API http://www.w3.org/TR/beacon/ User-Agent

Slide 24

Slide 24 text

// WebIDL partial interface Navigator { boolean sendBeacon(USVString url, optional BodyInit? data = null); }; // JavaScript document.querySelector('#button-01').addEventListener('click', (e) => { navigator.sendBeacon('/Home/Collector', JSON.stringify({ time: performance.now(), event: 'clicked' })); });

Slide 25

Slide 25 text

No content

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

No content

Slide 28

Slide 28 text

ASP .NET Core+ .NET Core .NET Core on Linux Bash on Windows

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

Windows Hello

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

ChangeLog ( ) https://developer.microsoft.com/en-us/microsoft-edge/platform/changelog/ Platform Issues (Issue Tracker) https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ Platform Data ( )

Slide 37

Slide 37 text

Browser Platform Status Tracker http://platformstatustracker.azurewebsites.net/ Microsoft Edge Documentation (ja) https://github.com/mayuki/MicrosoftEdge-Documentation