Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
1 capture
04 Nov 2020
OctNOVDec
Previous capture04Next capture
201920202021
success
fail
COLLECTED BY
Organization:Archive Team
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is atarchiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by theWayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

This collection is a set of Github repository archives from two major sets: A panic grab upon the acquisition by Microsoft, and a larger, ongoing set of Pretty Much Everything.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20201104093604/https://github.com/uNetworking/uWebSockets.js/issues/165
Skip to content
Sign up
Sign in Sign up
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Wrap setYield#165

Closed
alexhultman opened this issueJun 17, 2019· 1 comment
Closed

Wrap setYield#165

alexhultman opened this issueJun 17, 2019· 1 comment

Comments

@alexhultman
Copy link
Member

@alexhultmanalexhultman commentedJun 17, 2019

No description provided.

@dalisoft
Copy link

@dalisoftdalisoft commentedDec 21, 2019

I checked this method because i did think doeslike this, but not work like that.

The code i'm tested:

const{ App}=require("uWebSockets.js");constapp=App();app.any("/*",(res,req)=>{console.log("req #1",req);// <-- this works like beforereq.foo=true;req.setYield(true);}).get("/get/*",(res,req)=>{console.log("req #2",req);// <-- excepted req.foo = truereq.bar=true;req.setYield(true);}).get("/get/user",(res,req)=>{console.log("req #3",req);// <-- excepted req.foo = true and req.bar = true, but these does not existres.end("done :)");});app.listen(4000,token=>token&&console.log("listens at 4000"));

Try go tolocalhost:4000/get/user and see.
May i missing something?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@alexhultman@dalisoft
You can’t perform that action at this time.

[8]ページ先頭

©2009-2025 Movatter.jp