{"id":23020234,"url":"https://github.com/cangsdarm/frontendstudy","last_synced_at":"2026-04-29T17:34:43.237Z","repository":{"id":104080284,"uuid":"153879588","full_name":"cangSDARM/FrontendStudy","owner":"cangSDARM","description":"Frontend and CS Study, zh-CN, full size","archived":false,"fork":false,"pushed_at":"2026-04-27T05:41:48.000Z","size":29537,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-27T07:21:00.963Z","etag":null,"topics":["computer-science","frontend","notes"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cangSDARM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"Security/AC.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-10-20T07:11:33.000Z","updated_at":"2026-04-27T05:43:24.000Z","dependencies_parsed_at":"2024-01-03T09:47:49.893Z","dependency_job_id":"1dc9a825-4e38-4750-9e47-9cfdcd652ae8","html_url":"https://github.com/cangSDARM/FrontendStudy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cangSDARM/FrontendStudy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cangSDARM%2FFrontendStudy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cangSDARM%2FFrontendStudy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cangSDARM%2FFrontendStudy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cangSDARM%2FFrontendStudy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cangSDARM","download_url":"https://codeload.github.com/cangSDARM/FrontendStudy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cangSDARM%2FFrontendStudy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32436998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T17:26:39.753Z","status":"ssl_error","status_checked_at":"2026-04-29T17:25:53.857Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-science","frontend","notes"],"created_at":"2024-12-15T12:13:32.773Z","updated_at":"2026-04-29T17:34:43.232Z","avatar_url":"https://github.com/cangSDARM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- TOC --\u003e\n\n- [废弃或提案](#废弃或提案)\n  - [提案](#提案)\n- [黑魔法](#黑魔法)\n- [未分类](#未分类)\n\n\u003c!-- /TOC --\u003e\n\n- [架构](./Architecture/README.md)\n- [计算机安全相关](./Security/README.md)\n\n- [并发](./Concurrency/README.md)\n- [Graphics 相关](./Graphics/README.md)\n- [Network 相关](./network/README.md)\n- [文字处理相关](./Glyphs/README.md)\n- [音视频相关](./Audio\u0026video/README.md)\n- [各种存储方案](./storages.md)\n- [WebWorkers](./web-worker.md)\n- [xPath](./xpath.md)\n- [Renderer Patterns](./renderer.md)\n- [函数式](./functional.md)\n- [测试](./test.md)\n\n## 废弃或提案\n\n\u003e 这里放的是未归类的废弃或提案。有分类的应于对应条目查看\n\n### 提案\n\n- **WebHID** 通用输入设备逻辑接口(手柄等)\n- **WebSerial** 串行设备 api(打印机/微控制器等)\n- **WebNFC** Web NFC\n- **webXR** vr+ar\n- **WebTransport** 提案将允许在浏览器和服务器之间发送和接收数据，并在顶部使用常见 API 来实现其下的可插拔协议（尤其是基于 QUIC）。该 API 与 WebSocket 相似，也是客户端和服务器的双向连接，但允许进一步减少客户端和服务器之间的网络通信延迟，并且还支持多个流、单向流、乱序和不可靠传输。使用场景包括使用不可靠且乱序的消息向服务器重复发送低延迟的游戏状态、从服务器到客户端的媒体片段的低延迟传输以及大多数逻辑在服务器上运行的云场景。\n\n## 黑魔法\n\n- [异步构造函数](https://www.blackglory.me/async-constructor/)\n- 检测 Devtools 是否被打开\n  - https://nocilol.me/archives/lab/check-browser-devtools-open/\n  - https://weizman.github.io/page-js-anti-debug-2/\n  - https://medium.com/@weizmangal/javascript-anti-debugging-some-next-level-sh-t-part-2-abusing-chromium-devtools-scope-pane-b2796c00331d\n  - https://hughfenghen.github.io/posts/2023/12/23/web-spy/\n- [通过验证码(css:visited)检索你的浏览历史](https://varun.ch/history)\n- [检查网页各种信息](https://github.com/lissy93/web-check)\n- [webkit scrollbar定制](https://juejin.cn/post/7139049177656819749)\n\n## 未分类\n\n[Handle PDF(Online)](https://www.ilovepdf.com/)\n[What is? Backend 101](https://aws.amazon.com/cn/what-is)\n[中文开源字体](https://font.gentleflow.tech/)(https://wangchujiang.com/free-font/)\n[网页性能相关的博客](https://calendar.perfplanet.com/)\n[网页安全相关博客](https://blog.huli.tw/categories/)\n[各种前端框架的基础写法展示](https://component-party.dev/)\n[各种算法结构的基础 Ref](https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md)\n[算法可视化](https://algorithm-visualizer.org/)\n[Icon合集](https://icon-sets.iconify.design/)\n[针对 HTTP 的 WireShark, 可以修改 req rep](https://httptoolkit.com/)\n[检查 API 是否 CORS](https://httptoolkit.com/will-it-cors/)\n[在线玩桌游](https://zh-cn.boardgamearena.com/)\n[在线词源学](https://www.etymonline.com/cn)\n[经纬度查询](https://www.mapchaxun.cn/jingweiduchaxun)\n[健身](https://github.com/workout-lol/workout-lol)\n[生成ASCII字符画](https://meatfighter.com/ascii-silhouettify/)\n[乐高生成可转动的日心模型](https://marian42.de/article/orrery/)\n[矩阵计算](https://matrixcalc.org/zh-CN/)\nhttps://magicui.design/docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcangsdarm%2Ffrontendstudy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcangsdarm%2Ffrontendstudy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcangsdarm%2Ffrontendstudy/lists"}