blob: 1074e284bcf25504221538006e975ff25992b5c0 [file] [log] [blame]
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: Local Network Access (https://wicg.github.io/local-network-access/)
enum IPAddressSpace { "public", "local", "loopback" };
partial dictionary RequestInit {
IPAddressSpace targetAddressSpace;
};
partial interface Request {
readonly attribute IPAddressSpace targetAddressSpace;
};