"no-cors"
Restricts requests to using CORS-safelisted methods and CORS-safelisted request-headers. Upon success, fetch will return an opaque filtered response.
An opaque filtered response is a filtered response whose type is "opaque", URL list is the empty list, status is 0, status message is the empty byte sequence, header list is empty, and body is null.
ложными значениями переменной являются пустая строка или “0”;
Промис завершается с ошибкой, если fetch не смог выполнить HTTP-запрос, например при ошибке сети или если нет такого сайта. HTTP-статусы такие как 404 или 500, не являются ошибкой.
document.cookie = 'name=value';
document.cookie = 'name=value; path=/';
document.cookie = newCookie;
[...]
;path=path
(e.g., '/', '/mydir') If not specified, defaults to the current path of the current document location.
$ apt show linux-doc
[...]
Description: Linux kernel specific documentation for version 4.15.0
This package provides the various documents in the 4.15.0 kernel
Documentation/ subdirectory. These document kernel subsystems, APIs, device
drivers, and so on. See
/usr/share/doc/linux-doc/00-INDEX for a list of what is
contained in each file.