Hacker News new | ask | show | jobs
by saint_yossarian 200 days ago
Bitwarden just had a similar bug with keyboard lag in their browser extension: https://github.com/bitwarden/clients/issues/17090

I wish browsers offered some kind of autofill extension API so password managers don't have to inject their own bullshit into every page.

1 comments

On macOS, they do! It's not clear why 1Password and Bitwarden don't utilize it.

https://developer.apple.com/documentation/authenticationserv...

This seems to be a system API, I meant the WebExtensions API that browsers implement: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...