pub(crate) type StringOrUnsignedLong = StringOrUnsignedLong;
pub(crate) enum StringOrUnsignedLong { String(DOMString), UnsignedLong(u32), }