Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecmascript 6

Mediarecorder Ondataavailable Work Successfully Once

MediaRecorder ondataavailable work successful once. I need to get blob, get it base64, send to my s… Read more Mediarecorder Ondataavailable Work Successfully Once

Javascript Es6 Tagged Templates - When Is Raw Used? When Is Cooked Used?

After studying this Es6 tag template example: var yo = func`${x} + ${y}\n= ${x + y}`; one@public-… Read more Javascript Es6 Tagged Templates - When Is Raw Used? When Is Cooked Used?

Switch Statement And Scopes In Es2015

Consider this ES2015 module and the behavior when run in node v4.4.5. 'use strict' const o… Read more Switch Statement And Scopes In Es2015

What Is The Technical Definition Of A Javascript Iterable And How Do You Test For It?

I've been implementing a useful subclass of the ES6 Set object. For many of my new methods, I … Read more What Is The Technical Definition Of A Javascript Iterable And How Do You Test For It?

Unclickable Touchablehighlight

I got this code constructor(props){ super(props); this.MyClick = this.MyClick.bind(this) }… Read more Unclickable Touchablehighlight

How To Check That Es6 "variable" Is Constant?

Does anyone know some tricks how to do it? I tried to use try-catch: 'use strict'; const a… Read more How To Check That Es6 "variable" Is Constant?