Samuel Rouse
Samuel Rouse
Promise Proposal for Issue #17 Throws an error if Promises are not available. You may consider also consider using typeof Promise !== "function" for the error handling.
Escaped line breaks in regular expressions are not escaped on output. A _super minor_ issue, but something I ran across. Input: ```javascript new RegExp('abc\ndef'); /ghi\njkl/; ``` Output: ``` /abc def/...
During POST, the variables should be URL encoded information placed in the request body, not appended to the URL. It also requires specific headers: "Content-type": "application/x-www-form-urlencoded "Content-length": ... Additional details....
Hello! This is _very minor_ and is **only an issue** with Show Runtime Values - Experimental checked, but I thought it would be worth reporting, mostly in case others come...
**Describe the bug** Using .add() or .subtract() – possibly other methods – passing a `new Date()` or `moment` object as the first argument creates an invalid date. This is inconsistent...
Trying my hand at this update switching to TypeScript. There may be additional changes as testing occurs.