pub(crate) type StringOrLong = StringOrLong;
pub(crate) enum StringOrLong { String(DOMString), Long(i32), }