CARVIEW |
Select Language
HTTP/2 301
location: https://raw.githubusercontent.com/nbubna/store/master/src/store.dom.js
accept-ranges: bytes
age: 0
date: Sun, 27 Jul 2025 07:32:05 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210088-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753601524.107551,VS0,VE1214
vary: Accept-Encoding
x-fastly-request-id: 00123d4f6fea5c9cfe7ceafe79b1f4d3bdc0ce99
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: 1750:1E5C64:1AA65B:46B339:6885D5F5
content-encoding: gzip
accept-ranges: bytes
date: Sun, 27 Jul 2025 07:32:05 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210022-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753601525.376549,VS0,VE250
vary: Authorization,Accept-Encoding
access-control-allow-origin: *
cross-origin-resource-policy: cross-origin
x-fastly-request-id: e9d0a73d2954ea303ba2d85b6e8ffa0f22db1549
expires: Sun, 27 Jul 2025 07:37:05 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