Jack Franklin
8a099a0c2c
docs: replace @return with @returns ( #6006 )
...
The former is not understood by TSDoc.
2020-06-12 12:38:24 +02:00
Jack Franklin
232def0dcf
chore: rename Response
to HTTPResponse
( #5940 )
...
To avoid any conflicts with the TS `Response` type.
2020-05-29 11:49:30 +01:00
Jack Franklin
8e8a9df3dd
chore: rename Request class to HTTPRequest ( #5934 )
...
It conflicts with an inbuilt TypeScript `Request` type so can cause
confusion when in TS land. Note: `Response.ts` and `Worker.ts` also
suffer from this; PRs to rename them are incoming.
2020-05-29 09:38:40 +01:00
Christian Bromann
39f1b13449
chore: extract Request
and Response
into its own module ( #5861 )
...
* chore: extract `Request` and `Response` into its own module
2020-05-13 14:57:21 +01:00
Jack Franklin
4fdb1e3cab
chore: add Prettier ( #5825 )
2020-05-07 12:54:55 +02:00
Jack Franklin
8654d630ad
chore: migrate src/NetworkManager to TypeScript ( #5774 )
2020-04-30 11:15:27 +01:00
Jack Franklin
8a5008e30b
chore: migrate src/FrameManager to TypeScript ( #5773 )
2020-04-29 13:28:16 +02:00
Jack Franklin
01578446fa
chore: migrate src/DOMWorld to TypeScript ( #5764 )
2020-04-28 15:35:43 +01:00
Jack Franklin
1358b45fca
chore: migrate src/LifecycleWatcher ( #5734 )
2020-04-27 10:03:33 +01:00