回答編集履歴

3

fired-event-1.0.2.js

2020/10/11 13:53

投稿

think49
think49

スコア18189

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  - [fired-event.js - GitHub gist](https://gist.github.com/think49/fa8a4d3c3fd0bbcfedde622e9c67fce0)
30
30
 
31
- - [Plunker - fired-event.jsのデモ](https://plnkr.co/edit/xmyjzVCjGuhOo6we?open=fired-event-1.0.1.js&preview)
31
+ - [Plunker - fired-event.jsのデモ](https://plnkr.co/edit/xmyjzVCjGuhOo6we?open=fired-event-1.0.2.js&preview)
32
32
 
33
33
 
34
34
 

2

fired-event-1.0.1.js -> dataプロパティの返り値を複製値にすることで書き換えを禁止した

2020/10/11 13:53

投稿

think49
think49

スコア18189

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  - [fired-event.js - GitHub gist](https://gist.github.com/think49/fa8a4d3c3fd0bbcfedde622e9c67fce0)
30
30
 
31
- - [Plunker - fired-event.jsのデモ](https://plnkr.co/edit/xmyjzVCjGuhOo6we?open=fired-event-1.0.0.js&preview)
31
+ - [Plunker - fired-event.jsのデモ](https://plnkr.co/edit/xmyjzVCjGuhOo6we?open=fired-event-1.0.1.js&preview)
32
32
 
33
33
 
34
34
 

1

markdown

2020/10/11 11:49

投稿

think49
think49

スコア18189

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  `new Proxy` を使用することで一部の動作を後回しに出来ますが、結局は上記紐付けデータをどこかに保存しておかなければなりません。
16
16
 
17
- 紐付けは「配列」「new Map」等を使用すれば問題ないように思います。
17
+ 紐付けは `new Array` もしくは `new Map` 使用すれば問題ないように思います。
18
18
 
19
19
 
20
20