Slide 3
Slide 3 text
URL Parser ͳʹͦΕ͓͍͍͠
ͷʁ
• URL Parser ͦͦԿʁ
> new URL("https://example.com");
URL {
href: 'https://example.com/',
origin: 'https://example.com',
protocol: 'https:',
username: '',
password: '',
host: 'example.com',
hostname: 'example.com',
port: '',
pathname: '/',
search: '',
searchParams: URLSearchParams {},
hash: ''
}