guest271314

Results 61 issues of guest271314

- Set message value length once - Store accrued message length read - Reset dynamic variables after sending accrued read message to client

Modify the following: example.js ``` function handleMessage (req) { // if (req.message === 'ping') { sendMessage(req) // {message: 'pong', body: 'hello from nodejs app'} // } } ``` background.js ```...

Underscores are also allowed as delimiters in file names, e.g., $HOME/.config/chromium/NativeMessagingHosts/native_messaging_mkvmerge.json

Chrome apps are deprecated, see https://developer.chrome.com/docs/extensions/reference/fileSystem/ > This API is part of the deprecated Chrome Apps platform. Learn more about [migrating your app](https://developer.chrome.com/docs/apps/migration/). Following the "migrating your app link" to...

Substitute `WritableStreamDefaultWriter` from `FileSystemWritableFileStream` for deprecated `FileWriter`. Fixes https://github.com/thenickdude/webm-writer-js/issues/31, https://github.com/thenickdude/webm-writer-js/issues/34.

Is it possible to add audio to the resulting webm file?

Setting [`SpeechSynthesisUtterance.volume`](https://w3c.github.io/speech-api/speechapi.html#utterance-attributes) does not appear to change volume of audio output of `window.speechSynthesis.speak()` at [Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=797512) or [Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1426978) at *nix, see https://github.com/w3c/web-platform-tests/issues/8795.

According to the specification > [5.2.3 SpeechSynthesisUtterance Attributes](https://w3c.github.io/speech-api/speechapi.html#utterance-attributes) **_text_ attribute** This attribute specifies the text to be synthesized and spoken for this utterance. This may be either plain text or...

Link to HTML version `HTML version` is 404. Do you need to update your github pages?