You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the same parameter is given twice in the query args, like: http://localhost:8934/blink1/pattern/stop?pname=test&pname=test
then the output will look like:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>TypeError: pattid.startsWith is not a function<br>
[additional response elided]
The text was updated successfully, but these errors were encountered:
As reported by user Mike (@p1ckzi) via email:
If the same parameter is given twice in the query args, like:
http://localhost:8934/blink1/pattern/stop?pname=test&pname=test
then the output will look like:
The text was updated successfully, but these errors were encountered: