Gaëtan de Villèle
commited on
Commit
·
651b332
1
Parent(s):
aaec23a
remove old code
Browse files- cubzh.html +0 -37
cubzh.html
CHANGED
@@ -39,41 +39,4 @@
|
|
39 |
</div>
|
40 |
</body>
|
41 |
|
42 |
-
<!-- <body>
|
43 |
-
|
44 |
-
<h1>Wrapper</h1>
|
45 |
-
|
46 |
-
<iframe
|
47 |
-
src="http://localhost:3000"
|
48 |
-
crossorigin
|
49 |
-
allow="cross-origin-isolated">
|
50 |
-
</iframe>
|
51 |
-
|
52 |
-
<iframe
|
53 |
-
src="https://app.cu.bzh"
|
54 |
-
crossorigin
|
55 |
-
credentialless
|
56 |
-
allow="cross-origin-isolated"
|
57 |
-
width="480px"
|
58 |
-
height="360px">
|
59 |
-
</iframe>
|
60 |
-
|
61 |
-
<script>
|
62 |
-
document.addEventListener('DOMContentLoaded', function() {
|
63 |
-
var resultElement = document.createElement('p');
|
64 |
-
var featureCheckResult;
|
65 |
-
|
66 |
-
if (typeof SharedArrayBuffer !== 'undefined') {
|
67 |
-
featureCheckResult = 'SharedArrayBuffers are supported in this browser. ✅';
|
68 |
-
} else {
|
69 |
-
featureCheckResult = 'SharedArrayBuffers are not supported in this browser. ❌';
|
70 |
-
}
|
71 |
-
|
72 |
-
resultElement.textContent = featureCheckResult;
|
73 |
-
document.body.appendChild(resultElement);
|
74 |
-
});
|
75 |
-
</script>
|
76 |
-
|
77 |
-
</body> -->
|
78 |
-
|
79 |
</html>
|
|
|
39 |
</div>
|
40 |
</body>
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
</html>
|