Skip to content

Commit 9dfdf9d

Browse files
committed
0.4.0-alpha.44 with Fix #397 Get raw property of the bound object of a function only when the object is truthy
1 parent b5f4c8b commit 9dfdf9d

27 files changed

+76
-68
lines changed

demo-frontend/components/thin-hook/demo/cache-bundle.json

+13-13
Large diffs are not rendered by default.
Binary file not shown.

demo-frontend/components/thin-hook/demo/hook-callback.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7546,7 +7546,7 @@ else {
75467546
if (target === 'r0tb') {
75477547
// TODO: recursive should always be true but some incompatiblity remains
75487548
let recursive = args !== _args;
7549-
let _thisArg = recursive ? normalizedThisArg[rawProperty] : thisArg;
7549+
let _thisArg = recursive && normalizedThisArg ? normalizedThisArg[rawProperty] : thisArg;
75507550
let __args = recursive ? _args : args;
75517551
let _method = _globalMethods.get(_thisArg);
75527552
boundParameters = {
@@ -9326,7 +9326,7 @@ else {
93269326
if (target === 'r0tb') {
93279327
// TODO: recursive should always be true but some incompatiblity remains
93289328
let recursive = args !== _args;
9329-
let _thisArg = recursive ? normalizedThisArg[rawProperty] : thisArg;
9329+
let _thisArg = recursive && normalizedThisArg ? normalizedThisArg[rawProperty] : thisArg;
93309330
let __args = recursive ? _args : args;
93319331
let _method = _globalMethods.get(_thisArg);
93329332
boundParameters = {
Binary file not shown.

demo-frontend/components/thin-hook/demo/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<html lang="en">
1616
<head>
1717
<meta charset="utf-8">
18-
<script integrity="sha256-HDo3qRx8MlLH1kA18kNtmSXSqXOUmC9ZkKutYBmR/Q0= sha256-+xbJu/oHkPN7Idhf4GJ1nLluBYtSkuZ5EG4aIsVhrQ4=" src="../../thin-hook/hook.min.js?version=668&no-hook-authorization=d918853d220a681dc7909ad8a6dd0174dd659127bce5a08e5bef29672fea5485,a578e741369d927f693fedc88c75b1a90f1a79465e2bb9774a3f68ffc6e011e6,log-no-hook-authorization&sw-root=/&no-hook=true&hook-name=__hook__&context-generator-name=method&discard-hook-errors=false&fallback-page=index-fb.html&hook-property=true&hook-global=true&hook-prefix=_uNpREdiC4aB1e_&compact=true&service-worker-ready=false"></script></head></html>
19-
<script context-generator src="no-hook-authorization.js?no-hook=true" integrity="sha256-2RiFPSIKaB3HkJrYpt0BdN1lkSe85aCOW+8pZy/qVIU="></script>
18+
<script integrity="sha256-DhxS7wmdi7IAaC7wr+zh75DoLe2z7M1yNsSKQSCFqf4= sha256-l6Vh7MkTbPmO9nEemhjPsI/OiG7fgHuFFBU5yLQcPGc=" src="../../thin-hook/hook.min.js?version=668&no-hook-authorization=16686b42f8a04e9da3fa5db4a465e232aaedc7b1da02b26e6bc1fc659649cc7a,a578e741369d927f693fedc88c75b1a90f1a79465e2bb9774a3f68ffc6e011e6,log-no-hook-authorization&sw-root=/&no-hook=true&hook-name=__hook__&context-generator-name=method&discard-hook-errors=false&fallback-page=index-fb.html&hook-property=true&hook-global=true&hook-prefix=_uNpREdiC4aB1e_&compact=true&service-worker-ready=false"></script></head></html>
19+
<script context-generator src="no-hook-authorization.js?no-hook=true" integrity="sha256-FmhrQvigTp2j+l20pGXiMqrtx7HaArJua8H8ZZZJzHo="></script>
2020
<script context-generator src="integrity.js?no-hook=true" integrity="sha256-WMjznEcyWv+ygBm9UFf4kefNRKKu4GozJBuEq0zAysw="></script>
2121
<script context-generator src="disable-devtools.js?no-hook=true" integrity="sha256-qBIJIoIJlBCXrEHFvaO8HNZDdeabfIETr/aML+Zyn/I="></script>
2222
<script context-generator src="context-generator.js?no-hook=true" integrity="sha256-Q3SuHyjOwrlpq0iIlaQmYkTWXijh+Cco/SzTkTD+DZ4="></script>
@@ -50,7 +50,7 @@
5050
}
5151
</script>
5252
<script context-generator src="cache-bundle.js?no-hook=true&authorization=980b9264c7f6160a43304ef37ad03bb277ee0449f7bfc7d852fd29d07b57be8b" integrity="sha256-R4qghGVC2T7HujiuLPF5SEkiBTk5OJXJ02q6LI4tg4Y="></script>
53-
<script src="hook-callback.js?no-hook=true" integrity="sha256-ryUkou6/KdYJGa9lBB0xWXJSnBV/OnrPwBcJz0Gpv70="></script>
53+
<script src="hook-callback.js?no-hook=true" integrity="sha256-kZ5USTmCg2V+YGVvvOuU8xyL5671wQZw+n2+cLAtlpo="></script>
5454
<script context-generator src="script-hashes.js?no-hook=true&service-worker-ready=false" integrity="sha256-ugdlTRwkonG6D6fuXFXNYMAhM7DlPLa7bmNNpHOx5UA= sha256-8iA3U2CVN149CYKiVgX9wSbH0WLWk/MORp/UzIAoNf0="></script><!--<C!-- end of mandatory no-hook scripts --C>
5555
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
5656
<C!-- <script no-hook>

demo-frontend/components/thin-hook/demo/integrity.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3494,13 +3494,13 @@
34943494
"/components/thin-hook/demo/bundle.json": "+uoYrHk29FGsMrN4LB3DOBp51rmr8mmKlicTIbqeRIc=",
34953495
"/components/thin-hook/demo/cache-automation.js": "SslGjF1g4zXUeuB1BpYOL2eAB22woTPUL7kpjOohR84=",
34963496
"/components/thin-hook/demo/cache-bundle.js": "R4qghGVC2T7HujiuLPF5SEkiBTk5OJXJ02q6LI4tg4Y=",
3497-
"/components/thin-hook/demo/cache-bundle.json": "xqzIsO/zaxVx3A682PHvxT1XKzORkcpyqxjj2ZZJc5g=",
3497+
"/components/thin-hook/demo/cache-bundle.json": "sXXv71ajJrnoECcXjSCPQvpEswn6XBvMpp+P/tlqy9E=",
34983498
"/components/thin-hook/demo/commonjs.js": "KjmEtrrjEj4WCR1bjCEOZnXhe+9w4wJoaUg40WU0FuQ=",
34993499
"/components/thin-hook/demo/commonjs2.js": "tiHpF2aP1nZUY/O31R9j/kWne3jFgqPIds0MwNLxhk4=",
35003500
"/components/thin-hook/demo/content-loader.js": "AkIBbiiHsyKrKLiH8Dd5xjiZ2yMrsDbXlKAnjbnlQzk=",
35013501
"/components/thin-hook/demo/context-generator.js": "Q3SuHyjOwrlpq0iIlaQmYkTWXijh+Cco/SzTkTD+DZ4=",
35023502
"/components/thin-hook/demo/disable-devtools.js": "qBIJIoIJlBCXrEHFvaO8HNZDdeabfIETr/aML+Zyn/I=",
3503-
"/components/thin-hook/demo/empty-document.html": "AloS+iZTKr2Cn4YWhtitrN1Wt/rkwf0OEVAuwnCy9jE=",
3503+
"/components/thin-hook/demo/empty-document.html": "5yR3uagQmS6BnN/sIyifswrrP45Dv6jh2EvaykSi6io=",
35043504
"/components/thin-hook/demo/es6-module.js": "fqNv9zHgC8txL7mU0+zySAwIQNRjpTVJtDI34AWzvOY=",
35053505
"/components/thin-hook/demo/es6-module2.js": "8h4lwf8orDDaxHf6Ow7w4RKBQuSBxzNRgCGPHFQNqkA=",
35063506
"/components/thin-hook/demo/es6-module3.js": "og5TxChvwm3kdRzK23GoPUsrgVnmxYiydKG3KZ2ITJc=",
@@ -3510,7 +3510,7 @@
35103510
"/components/thin-hook/demo/generator.js": "KN5sn0Eo8OgAJbr5mDlBfbNkZMI6r7/2qn0L77tqGJo=",
35113511
"/components/thin-hook/demo/global.js": "pSw50DEF5s1Mvna1jemHFHdyV0mKgEjjK6WUa4gnPis=",
35123512
"/components/thin-hook/demo/gulpfile.js": "DIqA08HOMy17CgdY4ZDisJbNGxMPcP3YXTGz2eijReY=",
3513-
"/components/thin-hook/demo/hook-callback.js": "ryUkou6/KdYJGa9lBB0xWXJSnBV/OnrPwBcJz0Gpv70=",
3513+
"/components/thin-hook/demo/hook-callback.js": "kZ5USTmCg2V+YGVvvOuU8xyL5671wQZw+n2+cLAtlpo=",
35143514
"/components/thin-hook/demo/hook-native-api.js": "CXlkZoO+ybloLZdNVJ7/thsfyYGth9rHbUTQRA2Hs5Y=",
35153515
"/components/thin-hook/demo/hook-worker.js": "W2FaqIWgUYRmFTvm7LLP7vEwDxgf9gypHK2WRlnJIFI=",
35163516
"/components/thin-hook/demo/index-fb.html": "D9idm83/VxddYcF1L/fb3Vu6W5n8IDX4lH5KG66DSFk=",
@@ -3558,7 +3558,7 @@
35583558
"/components/thin-hook/demo/my-view2.json": "PptwWPvugpMTpsXZFfaSVwr2BcYSGJkfhjEiV6RrFJI=",
35593559
"/components/thin-hook/demo/my-view3.html": "pSmI7cALKmeqoKKZefU8NicI4V0ZUcScMGSklkVBeFw=",
35603560
"/components/thin-hook/demo/my-view3.json": "uatxD9AZkiGiFvGsMqhTVLNxAqDiylbvuGors1Hb1hc=",
3561-
"/components/thin-hook/demo/no-hook-authorization.js": "2RiFPSIKaB3HkJrYpt0BdN1lkSe85aCOW+8pZy/qVIU=",
3561+
"/components/thin-hook/demo/no-hook-authorization.js": "FmhrQvigTp2j+l20pGXiMqrtx7HaArJua8H8ZZZJzHo=",
35623562
"/components/thin-hook/demo/node_modules/@spectrum-web-components/button/CHANGELOG.md": "fJ+g6smXXtE/e8/V3WnoXAOMS3LaFi4SpERHKCKYZdY=",
35633563
"/components/thin-hook/demo/node_modules/@spectrum-web-components/button/custom-elements.json": "2CBfSHkIea7m4LsKZ3x8fwXLrbpp2SKkaQzNmHCR06s=",
35643564
"/components/thin-hook/demo/node_modules/@spectrum-web-components/button/LICENSE": "xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ=",
@@ -4902,7 +4902,7 @@
49024902
"/components/thin-hook/demo/node_modules/tslib/tslib.es6.js": "S2jt15WJd4gl6+Upu7eiqxfynoApdwg/8olocdC+gZU=",
49034903
"/components/thin-hook/demo/node_modules/tslib/tslib.html": "4UF584ipaQQ3FlKJ1F/3dH8Pg5U4tavsY9Lc/iHCpfQ=",
49044904
"/components/thin-hook/demo/node_modules/tslib/tslib.js": "igoSu4N12FKTwKIXfoqwC/f0smzxuasxr9Vkm5RyqfA=",
4905-
"/components/thin-hook/demo/normalize.js": "zVyHPcs1O0KEFg/A8V1OpYp7qFWLFNIeFBLduCqW3BQ=",
4905+
"/components/thin-hook/demo/normalize.js": "TVzgOat/ZhZW/pz/GZMBQ3rsZ6IMDm+DniS74ZCpH30=",
49064906
"/components/thin-hook/demo/package-lock.json": "/gh+VBa/sz21YMd71PC3J07928W8V4tHZ7XmbpOxpFY=",
49074907
"/components/thin-hook/demo/package.json": "zqVmwoLWo9mV/JS9PBehSDqA1w9dFUlLj/EU5NjDkXQ=",
49084908
"/components/thin-hook/demo/rollup-es6-module.js": "vmLs3hQrTN8H36dksmQhWw1Sq2IJ1mb+DzvBgy8CHNA=",
@@ -4911,8 +4911,8 @@
49114911
"/components/thin-hook/demo/shared-worker-client.js": "S2kPqWZdJJufPAFJdkZVDdmBtjQLAVfvrDv1sAIAe68=",
49124912
"/components/thin-hook/demo/shared-worker.js": "B9AZYCwUFTYmnEXQ0hLA6JJbVR5vakBrX3426XaEbbI=",
49134913
"/components/thin-hook/demo/spread.js": "gpfCZwAb/tn4HErIHzwhcCC0eMbvuzExYzK97dlma2A=",
4914-
"/components/thin-hook/demo/sub-document.html": "wRmaTSpH+td757Yl+VhRbIQvvDsZfSosjqDwn2o8N7A=",
4915-
"/components/thin-hook/demo/sub-sub-document.html": "HXDb+LjY7TiYe+ghz8J93v9lZavbX/saQPqCRt4N8sY=",
4914+
"/components/thin-hook/demo/sub-document.html": "G4q5gktRRzSGTNjfXU5eB83EavW/1PB72O7AcdAeh2o=",
4915+
"/components/thin-hook/demo/sub-sub-document.html": "kgtFDKUQsmFKs5foa7jfDjMU5Z6okMxGqxf7WXfYOxA=",
49164916
"/components/thin-hook/demo/unauthorized-no-hook-script.js": "YjNcphHrG7UkmBspO6aCgkw+hh4Y7XvsD4TmuplpABE=",
49174917
"/components/thin-hook/demo/unauthorized-no-hook-worker-script.js": "j5e2u8zJ41kNLbACDJCY/DJkneDOzuWJwZ+lw2bh1XE=",
49184918
"/components/thin-hook/demo/web-worker-client.js": "FhT92G7+i2J0phFIjMhq2k3/R6KVNUaSg3QOcy7RKbI=",
@@ -4927,7 +4927,7 @@
49274927
"/components/thin-hook/demo/xliff/bundle.fr.xlf": "I2yLe1KvtfHakIE3EAn4KYXix6NE56FDaA8sx6jFKP4=",
49284928
"/components/thin-hook/demo/xliff/bundle.ja.xlf": "zrzgnIwLr7oaReF1/YRLlPrMp3ep55COEqES6c0RhHA=",
49294929
"/components/thin-hook/demo/xliff/bundle.zh-Hans.xlf": "w3t/Jd04UPgj63kqEz6dJ2BXbYgYW2mXOshUyCEUZNw=",
4930-
"/components/thin-hook/hook.min.js": "HDo3qRx8MlLH1kA18kNtmSXSqXOUmC9ZkKutYBmR/Q0=",
4930+
"/components/thin-hook/hook.min.js": "DhxS7wmdi7IAaC7wr+zh75DoLe2z7M1yNsSKQSCFqf4=",
49314931
"/components/vaadin-grid/all-imports.html": "LMCPxNwxFswTTdXlEHbdRxOpL5SpqCPSHCLSit7xLw0=",
49324932
"/components/vaadin-grid/bower.json": "0nox4NkE51Wy3KhWPvlJ7leWO6MhyCx6utOGLMOCBxA=",
49334933
"/components/vaadin-grid/grid.gif": "bYmTEFtW4rCFnHX6m7k0XnOBHnVBsgAs4WEPiEoy4dc=",
Binary file not shown.

demo-frontend/components/thin-hook/demo/no-hook-authorization.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ else {
1313
// hook.parameters.noHookAuthorizationFailed
1414
// JSONs are output to console in the learning mode
1515
//'*': true,
16-
"1c3a37a91c7c3252c7d64035f2436d9925d2a97394982f5990abad601991fd0d": true, // hook.min.js
16+
"0e1c52ef099d8bb200682ef0afece1ef90e82dedb3eccd7236c48a412085a9fe": true, // hook.min.js
1717
"a81209228209941097ac41c5bda3bc1cd64375e69b7c8113aff68c2fe6729ff2": true, // demo/disable-devtools.js
1818
"4374ae1f28cec2b969ab488895a4266244d65e28e1f82728fd2cd39130fe0d9e": true, // demo/context-generator.js
1919
"e96184a4e08a67524b596ac298b8f61316e2f267cacdd678836b955e03764179": true, // demo/bootstrap.js
20-
"af2524a2eebf29d60919af65041d315972529c157f3a7acfc01709cf41a9bfbd": true, // demo/hook-callback.js
20+
"919e5449398283657e60656fbceb94f31c8be7aef5c10670fa7dbe70b02d969a": true, // demo/hook-callback.js
2121
"0979646683bec9b9682d974d549effb61b1fc981ad87dac76d44d0440d87b396": true, // demo/hook-native-api.js
2222
"5b615aa885a0518466153be6ecb2cfeef1300f181ff60ca91cad964659c92052": true, // demo/hook-worker.js
2323
"478aa0846542d93ec7ba38ae2cf1794849220539393895c9d36aba2c8e2d8386": true, // demo/cache-bundle.js
Binary file not shown.

demo-frontend/components/thin-hook/hook.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-1 Bytes
Binary file not shown.

demo-keys/keys.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"ecdsa-public-key.pem": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAELGVJPsg0GZhp4r2sxXotwuie7+b6\nJS+9LU7Umj+9DpQfVaw0mXLW2+3tHgMUGREUoy7q3ddWhb+vSoLnnU6ruQ==\n-----END PUBLIC KEY-----\n",
77
"session-id-aes-key": "xXIkj53mF2+CEkkXczw/v501NuS2JoQ6dbqsnCfKiBA=",
88
"session-id-aes-iv": "pBhb1RgKJ/SajT8U",
9-
"scriptsHashHex": "9f5727919267dd1d6098a836a165ed67cd21d523e4f731989e8fbea17215b7b7",
10-
"htmlHashHex": "26491a26607cf77b4f93107aa79ccb00214ffc34050e5ebede69ba1c990e5faf"
9+
"scriptsHashHex": "0b4b987096193f14bea37a118c15d69c7b92771d747fc472aee6396a81316ad3",
10+
"htmlHashHex": "faab0f13ecbb821c5503fb58bbfa55482aaefb3d03fcd3fa6684486eae684ad9"
1111
}

demo/cache-bundle.json

+13-13
Large diffs are not rendered by default.

demo/cache-bundle.json.gz

115 Bytes
Binary file not shown.

demo/empty-document.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<html>
77
<head>
88
<meta charset="utf-8">
9-
<script src="../../thin-hook/hook.min.js?no-hook=true&hook-name=__hook__&context-generator-name=method&discard-hook-errors=false&fallback-page=index-fb.html&hook-property=true&hook-global=true&hook-prefix=_uNpREdiC4aB1e_&compact=true&no-hook-authorization=d918853d220a681dc7909ad8a6dd0174dd659127bce5a08e5bef29672fea5485,log-no-hook-authorization"></script>
9+
<script src="../../thin-hook/hook.min.js?no-hook=true&hook-name=__hook__&context-generator-name=method&discard-hook-errors=false&fallback-page=index-fb.html&hook-property=true&hook-global=true&hook-prefix=_uNpREdiC4aB1e_&compact=true&no-hook-authorization=16686b42f8a04e9da3fa5db4a465e232aaedc7b1da02b26e6bc1fc659649cc7a,log-no-hook-authorization"></script>
1010
<script context-generator src="no-hook-authorization.js?no-hook=true"></script>
1111
<script context-generator src="context-generator.js?no-hook=true"></script>
1212
<script context-generator src="bootstrap.js?no-hook=true"></script>

demo/hook-callback.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7546,7 +7546,7 @@ else {
75467546
if (target === 'r0tb') {
75477547
// TODO: recursive should always be true but some incompatiblity remains
75487548
let recursive = args !== _args;
7549-
let _thisArg = recursive ? normalizedThisArg[rawProperty] : thisArg;
7549+
let _thisArg = recursive && normalizedThisArg ? normalizedThisArg[rawProperty] : thisArg;
75507550
let __args = recursive ? _args : args;
75517551
let _method = _globalMethods.get(_thisArg);
75527552
boundParameters = {
@@ -9326,7 +9326,7 @@ else {
93269326
if (target === 'r0tb') {
93279327
// TODO: recursive should always be true but some incompatiblity remains
93289328
let recursive = args !== _args;
9329-
let _thisArg = recursive ? normalizedThisArg[rawProperty] : thisArg;
9329+
let _thisArg = recursive && normalizedThisArg ? normalizedThisArg[rawProperty] : thisArg;
93309330
let __args = recursive ? _args : args;
93319331
let _method = _globalMethods.get(_thisArg);
93329332
boundParameters = {

demo/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<html lang="en">
1616
<head>
1717
<meta charset="utf-8">
18-
<script integrity="sha256-HDo3qRx8MlLH1kA18kNtmSXSqXOUmC9ZkKutYBmR/Q0= sha256-+xbJu/oHkPN7Idhf4GJ1nLluBYtSkuZ5EG4aIsVhrQ4=" src="../../thin-hook/hook.min.js?version=668&no-hook-authorization=d918853d220a681dc7909ad8a6dd0174dd659127bce5a08e5bef29672fea5485,a578e741369d927f693fedc88c75b1a90f1a79465e2bb9774a3f68ffc6e011e6,log-no-hook-authorization&sw-root=/&no-hook=true&hook-name=__hook__&context-generator-name=method&discard-hook-errors=false&fallback-page=index-fb.html&hook-property=true&hook-global=true&hook-prefix=_uNpREdiC4aB1e_&compact=true&service-worker-ready=false"></script></head></html>
19-
<script context-generator src="no-hook-authorization.js?no-hook=true" integrity="sha256-2RiFPSIKaB3HkJrYpt0BdN1lkSe85aCOW+8pZy/qVIU="></script>
18+
<script integrity="sha256-DhxS7wmdi7IAaC7wr+zh75DoLe2z7M1yNsSKQSCFqf4= sha256-l6Vh7MkTbPmO9nEemhjPsI/OiG7fgHuFFBU5yLQcPGc=" src="../../thin-hook/hook.min.js?version=668&no-hook-authorization=16686b42f8a04e9da3fa5db4a465e232aaedc7b1da02b26e6bc1fc659649cc7a,a578e741369d927f693fedc88c75b1a90f1a79465e2bb9774a3f68ffc6e011e6,log-no-hook-authorization&sw-root=/&no-hook=true&hook-name=__hook__&context-generator-name=method&discard-hook-errors=false&fallback-page=index-fb.html&hook-property=true&hook-global=true&hook-prefix=_uNpREdiC4aB1e_&compact=true&service-worker-ready=false"></script></head></html>
19+
<script context-generator src="no-hook-authorization.js?no-hook=true" integrity="sha256-FmhrQvigTp2j+l20pGXiMqrtx7HaArJua8H8ZZZJzHo="></script>
2020
<script context-generator src="integrity.js?no-hook=true" integrity="sha256-WMjznEcyWv+ygBm9UFf4kefNRKKu4GozJBuEq0zAysw="></script>
2121
<script context-generator src="disable-devtools.js?no-hook=true" integrity="sha256-qBIJIoIJlBCXrEHFvaO8HNZDdeabfIETr/aML+Zyn/I="></script>
2222
<script context-generator src="context-generator.js?no-hook=true" integrity="sha256-Q3SuHyjOwrlpq0iIlaQmYkTWXijh+Cco/SzTkTD+DZ4="></script>
@@ -50,7 +50,7 @@
5050
}
5151
</script>
5252
<script context-generator src="cache-bundle.js?no-hook=true&authorization=980b9264c7f6160a43304ef37ad03bb277ee0449f7bfc7d852fd29d07b57be8b" integrity="sha256-R4qghGVC2T7HujiuLPF5SEkiBTk5OJXJ02q6LI4tg4Y="></script>
53-
<script src="hook-callback.js?no-hook=true" integrity="sha256-ryUkou6/KdYJGa9lBB0xWXJSnBV/OnrPwBcJz0Gpv70="></script>
53+
<script src="hook-callback.js?no-hook=true" integrity="sha256-kZ5USTmCg2V+YGVvvOuU8xyL5671wQZw+n2+cLAtlpo="></script>
5454
<script context-generator src="script-hashes.js?no-hook=true&service-worker-ready=false" integrity="sha256-ugdlTRwkonG6D6fuXFXNYMAhM7DlPLa7bmNNpHOx5UA= sha256-8iA3U2CVN149CYKiVgX9wSbH0WLWk/MORp/UzIAoNf0="></script><!--<C!-- end of mandatory no-hook scripts --C>
5555
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
5656
<C!-- <script no-hook>

0 commit comments

Comments
 (0)