new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Playwright · API reference · all subjects

apiresponse/properties

7 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

APIResponse.headers property

Returns an object with all the response HTTP headers associated with this response. Returns type Object<string, string>. Available since v1.16.

APIResponse.ok property

Returns a boolean stating whether the response was successful (status in the range 200-299) or not. Available since v1.16.

APIResponse.status property

Returns the status code of the response as an integer (e.g., 200 for a success). Available since v1.16.

APIResponse.statusText property

Returns the status text of the response as a string (e.g. usually an "OK" for a success). Available since v1.16.

APIResponse.url property

Returns the URL of the response as a string. Available since v1.16.

Response.securityDetails() return type

Response.securityDetails() returns null or an object with properties: issuer (optional string) - Common Name component of the Issuer field from the certificate, protocol (optional string) - The specific TLS protocol used (e.g. TLS 1.3), subjectName (optional string) - Common Name component of the Subject field from the certificate, validFrom (optional float) - Unix timestamp in seconds when cert becomes valid, validTo (optional float) - Unix timestamp in seconds when cert becomes invalid.

Response.serverAddr() return type

Response.serverAddr() returns null or an object with properties: ipAddress (string) - IPv4 or IPV6 address of the server, port (integer).

Give your agent this brain