You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {String} [options.property] what property of the element should the text be set to. Defaults to `value` for `<input>`s and `<textarea>`s, `textContent` for everything else
16
15
* @param {Boolean} [options.clear=true] delete any previous text
17
16
* @constructor
18
17
*/
19
18
functionWritableElementStream(options){
20
19
this.options=options=defaults(options,{
21
20
decodeStrings: false,// false = don't convert strings to buffers before passing to _write (only applies in string mode)
0 commit comments