PM
hex
выполняется весь блок $:
, а там первая строкаhex = num?.toString(16);
затирает только что изменившееся значениеSize: a a a
PM
hex
выполняется весь блок $:
, а там первая строкаhex = num?.toString(16);
затирает только что изменившееся значениеMZ
U
МТ
МТ
МТ
IG
MZ
МТ
MZ
AP
<script context="module">
import styles from "./styles.module.css";
</script>
i
i
i
import * as cookie from 'cookie';
export async function getContext({ headers }) {
console.log('getContext');
const cookies = cookie.parse(headers.cookie || '');
return {
logined: cookies.sessionId === '38afes7a8'
};
}
i
i
i
PM
MZ
PM