Skip to content

Commit

Permalink
refactor for socket
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Apr 23, 2024
1 parent a61323d commit 4129f6f
Show file tree
Hide file tree
Showing 36 changed files with 545 additions and 461 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package-lock.json

# Inserted automatically by Gitmesh
/.dat

/.build
65 changes: 0 additions & 65 deletions _test/fixtures/testcafe.js

This file was deleted.

22 changes: 22 additions & 0 deletions _test/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta
http-equiv="Content-Security-Policy"
content="
connect-src socket: https: http: blob: ipc: npm: node: wss: ws: ws://localhost:*;
script-src socket: https: http: blob: npm: node: http://localhost:* 'unsafe-eval' 'unsafe-inline';
worker-src socket: https: http: blob: 'unsafe-eval' 'unsafe-inline';
frame-src socket: https: http: blob: http://localhost:*;
img-src socket: https: http: blob: http://localhost:*;
child-src socket: https: http: blob:;
object-src 'none';
"
>
<script src="index.js" type="module"></script>
</head>
<body>
</body>
</html>
82 changes: 0 additions & 82 deletions _test/old/build.js

This file was deleted.

94 changes: 0 additions & 94 deletions _test/old/index.styl

This file was deleted.

67 changes: 0 additions & 67 deletions _test/old/tape.js

This file was deleted.

42 changes: 0 additions & 42 deletions _test/old/test.js

This file was deleted.

Loading

0 comments on commit 4129f6f

Please sign in to comment.