// 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; };