Sha256: e3f5ce39905df892ce76234ac61be6a53e7b4abd257d832586ce97a6c6f9aa4c
Contents?: true
Size: 612 Bytes
Versions: 2
Compression:
Stored size: 612 Bytes
Contents
I"X(function() { window.onerror = function(message, file_or_page, line_number) { var error_info, form, xhr; xhr = null; error_info = null; form = null; form = new FormData; form.append('message', message); form.append('file_or_page', file_or_page); form.append('line_number', line_number); form.append('user_agent', navigator.userAgent); form.append('current_page', window.location.href); if (xhr != null) { xhr.abort(); } xhr = new XMLHttpRequest; xhr.open('POST', 'tes', true); xhr.send(form); return false; }; }).call(this); :ET
Version data entries
2 entries across 2 versions & 1 rubygems