CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/trigger/master/src/trigger.old.js
accept-ranges: bytes
age: 0
date: Tue, 22 Jul 2025 07:12:30 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210064-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753168350.778210,VS0,VE933
vary: Accept-Encoding
x-fastly-request-id: d6db51d0db05b3033c08b5156317302b74c369e4
content-length: 0
HTTP/2 200
cache-control: max-age=300
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
content-type: text/plain; charset=utf-8
etag: W/"6b1624c40bfc329b316e56d20edc058237b5aff7c650952ddc4ddc9f331aa9b8"
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
x-github-request-id: 608A:21431B:43C4D:7266B:687F39DD
content-encoding: gzip
accept-ranges: bytes
date: Tue, 22 Jul 2025 07:12:31 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210058-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753168351.764461,VS0,VE271
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 6aafc6de8443a956b2838f05eb463631cc989335
expires: Tue, 22 Jul 2025 07:17:31 GMT
source-age: 0
content-length: 300
/**
* Copyright (c) 2013, ESHA Research
* Dual licensed under the MIT and GPL licenses:
* https://www.opensource.org/licenses/mit-license.php
* https://www.gnu.org/licenses/gpl.html
*/
;(function($, _) {
// IE < 9 doesn't support custom events
if (!document.createEvent) {
_.event = function(target, props) {
var e = $.Event(props.type, props);
$(target).trigger(e);
return e;
};
}
})(jQuery, trigger._);