Page MenuHomeSoftware Heritage

Use proper URL building in origin-search.js
Closed, MigratedEdits Locked

Description

Currently, we do it by appending fragments of strings and manually escaping data, which isn't ideal. URL and URLSearchParams should be used instead.

Event Timeline

vlorentz created this task.

Can I get more details about this task?