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
http://uupaa.hatenablog.com/entry/2012/10/31/221550 の続きです。 prof.js は、 既存の関数やメソッドに、引数と戻り値の型チェック,プロファイラ,トレース機能を後付します。 簡単な使い方 簡単な使い方は以下のようになります。 以下のコードで、window.addEventListener と window.removeEventListener のプロファイリングとトレースが取れます。 <script src="polyfill/es.js"></script><!-- 古いブラウザで必要 --> <script src="prof.js"></script> <script> prof.add( "window.addEventListener(eventType:String, handler:Function/Object,
Source code at https://github.com/willemmulder/BetterExamples.js What does it do? It makes live Javascript examples a great experience! Click the button below or press Ctrl+R or F9 to see how it works. var a = "SomeString"; alert(a); var b = 42; alert(b); var c = a + b; alert(c); nonExistent(); Run and show BetterExamples.js in action or press Ctrl+R or F9 Or Step-debug the code (not working in Op
Hermes definition in Wikipedia: "Hermes is the great messenger of the gods in Greek mythology and a guide to the Underworld" Hermes will log all the messages for you. Defer or send your logs immediately. Different defined message types: DISRUPTOR ALL DEBUG INFO TRACE WARNING ERROR FATAL And if you have some error you can add (or add it by the system if it's an uncaugh error) info about the file (f
Benchmark.js v2.1.2 A benchmarking library that supports high-resolution timers & returns statistically significant results. var suite = new Benchmark.Suite; // add tests suite.add('RegExp#test', function() { /o/.test('Hello World!'); }) .add('String#indexOf', function() { 'Hello World!'.indexOf('o') > -1; }) .add('String#match', function() { !!'Hello World!'.match(/o/); }) // add listeners .on('c
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く