WebIDLpedia

URLPatternInit dictionary

Definition

URL Pattern Standard defines URLPatternInit



dictionary URLPatternInit {
  USVString protocol;
  USVString username;
  USVString password;
  USVString hostname;
  USVString port;
  USVString pathname;
  USVString search;
  USVString hash;
  USVString baseURL;
};