CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/store/master/src/store.dom.js
accept-ranges: bytes
age: 0
date: Tue, 22 Jul 2025 07:17:02 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210077-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753168622.797472,VS0,VE952
vary: Accept-Encoding
x-fastly-request-id: 52ec1771b342f6053f9a4e5f0ec8ee4dba690eaa
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: C695:984C:467A3:76CC0:687F3AEE
content-encoding: gzip
accept-ranges: bytes
date: Tue, 22 Jul 2025 07:17:03 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210053-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753168623.798713,VS0,VE268
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: 036c0c36c8b27472cbd69cf7f3129417c2d653b1
expires: Tue, 22 Jul 2025 07:22:03 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