(t, e)
| 46 | return -1 |
| 47 | }, |
| 48 | a = function(t, e) { |
| 49 | this.name = t, this.code = DOMException[t], this.message = e |
| 50 | }, |
| 51 | c = function(t, e) { |
| 52 | if ("" === e) throw new a("SYNTAX_ERR", "An invalid or illegal string was specified"); |
| 53 | if (/\s/.test(e)) throw new a("INVALID_CHARACTER_ERR", "String contains an invalid character"); |