anthumchris

Results 21 issues of anthumchris

404 encountered when clicking that link. Although this page is outdated, it's currently the first search result in a google search for: "command line api": https://www.google.com/search?q=chrome+command+line+api

This repo originally started as a proof-of-concept and could evolve into a formally packaged module could better serve the web community. The lessons and benefits learned by this POC could...

help wanted

AudioWorket was released with Chrome 66 and may be especially useful to this demo: https://developers.google.com/web/updates/2017/12/audio-worklet

enhancement

@teropa made a great recommendation to add backpressure to the decoder. This would prevent excessive memory use by limiting the number of unplayed, decoded AudioBuffers. One suggestion is to control...

`audio/webm codecs=opus` files should be supported. WebM seems to be the preferred web web container moving forward and is also supported by Media Source Extensions (MSE) which is another mechanism...

enhancement

Download speeds are currently fixed at 2mbps. Add UI options to change data rates to assess playback waiting times for Opus. Bitrate wouldn't apply to the Wav example, and slow...

enhancement

Progress indicators for file uploads (specifically indicators for `Request` objects) would be a great example. At the time of writing, this doesn't seem possible yet, and the [Request docs](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request) do...

enhancement

A SW could be used to show aggregate/total progress indicators for multiple assets that download individually as part dependencies for a PWA. Video games loading screens are good examples of...

Refactor with `TransformStream` as described by @ricea: > _The examples would be cleaner with TransformStream, but unfortunately no browser is shipping it yet. You could be really concise, something like...

awaiting browser implementation

I'd like to add a feature request to have Longview report on Varnish Cache stats & activity. It's great to see Nginx and MySQL stats in Longview, but many of...

enhancement