27
Inspection & Tweak Firefox Firefox Developers Conference 2015 in Tokyo

Inspection & Tweak: Firefox を使ったフロント開発

Embed Size (px)

Citation preview

Inspection & Tweak FirefoxFirefox Developers Conference 2015 in Tokyo

HTML + CSS + JavaScript

Web Audio API

var context = new AudioContext();

var audio = document.querySelector("audio");

var source = context.createMediaElementSource(audio);

var filter = context.createBiquadFilter();

source.connect(filter);

filter.connect(context.destination);

Network

Inspection & Tweak of DOM

Canvas Editor

Style Editor

Animation Tools

Storage

Inspection (& Tweak) JavaScript codes

Debugger

Performance

Memory