定義済みの key
の set()
した時にエラーを発生させる new Map
互換オブジェクトを生成します。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<title>fired-event.jsのデモ</title> | |
<style> | |
pre { | |
color: black; | |
background-color: #e9e9ff; | |
border: solid 1px #99f; | |
padding: 0.5em; | |
margin: 1em; | |
line-height: 1.2em; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* count-down.js | |
* | |
* | |
* @version 0.1.0 | |
* @author think49 | |
* @url https://gist.github.com/think49/10d745ebf9aef92b40e698af695f5d2c | |
* @license http://www.opensource.org/licenses/mit-license.php (The MIT License) | |
*/ | |
'use strict'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* parse-number-by-radix.js | |
* | |
* | |
* @version 1.0.0 | |
* @author think49 | |
* @url https://gist.github.com/think49/011dffc5ebca34fd804d3baae6666f5a | |
* @license http://www.opensource.org/licenses/mit-license.php (The MIT License) | |
*/ |
CompositionEvent
はIMEモードが有効の状態で文字列入力時を検出するイベントです。
IMEモード切替を検出しているわけではない為、[半角/全角] キーの検出は出来ません。
NewerOlder