Skip to content

Instantly share code, notes, and snippets.

View BerkanSezer's full-sized avatar

Berkan Sezer BerkanSezer

  • useinsider
  • Ankara, Turkey
View GitHub Profile
const parameters = {type: "save", id: 1112};
const log = btoa(
encodeURIComponent(JSON.stringify(parameters))
.replace(/%([0-9A-F]{2})/g, function toSolidBytes (match, p1) {
return String.fromCharCode('0x' + p1);
}),
);