mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
9 lines
139 B
Markdown
9 lines
139 B
Markdown
|
---
|
||
|
id: 8bfc6467-46c6-40c6-8a5e-44c296b2a988
|
||
|
title: JavaScript UriError
|
||
|
---
|
||
|
|
||
|
``` javascript
|
||
|
decodeURI('%'); // URIError: URI malformed
|
||
|
```
|