CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/store/master/src/store.dom.js
accept-ranges: bytes
age: 0
date: Thu, 24 Jul 2025 11:14:40 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210071-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753355679.798626,VS0,VE1201
vary: Accept-Encoding
x-fastly-request-id: 5ba82004c9cf5d0e0d0e0e5a6523bfbace7a41b4
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/"d8f1a37e47830a85c51cda93f1780cf8420fa89c0f788c127b70f958c603cb38"
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: CF30:16CCC7:8C277:108FA6:6882159F
content-encoding: gzip
accept-ranges: bytes
date: Thu, 24 Jul 2025 11:14:40 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210082-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753355680.058655,VS0,VE265
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 2cc54418ef593f7589b84bd18198ddfa85e7a51b
expires: Thu, 24 Jul 2025 11:19:40 GMT
source-age: 0
content-length: 961
/**
* Copyright (c) 2017 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
*
* Declarative, persistent DOM content.
*
*
*
Some content
*
* Status: BETA - uses store, doesn't extend it, deserves standalone project
*/
;(function(document, store, _, Array) {
// expose internal functions on store._.dom for extensibility
var DOM = _.dom = function() {
var nodes = document.querySelectorAll(DOM.selector),
array = Array.prototype.slice.call(nodes);
for (var i=0; i