The Wayback Machine - https://web.archive.org/web/20210816233713/https://github.com/topics/opera
Skip to content
#

opera

Here are 233 public repositories matching this topic...

jimmywarting
jimmywarting commented May 10, 2021
fd = new FormData
fd.set('a', new Blob)
fd.get('a') === fd.get('a') // false in chromium - true in FF & Safari (don't have IE on Mac)

Looks like there is no test to cover this senario: https://github.com/web-platform-tests/wpt/blob/e45a9f9e65d039c76817ee2a6a1ef02c9311a1cb/xhr/formdata/set-blob.any.js

I think fd.get('a') === fd.get('a') should be true

McKinleyGroup
McKinleyGroup commented Sep 21, 2018

I would love a feature you could call "Cookie protector"...
This way I could:

  1. protect a couple of cookies I need ("protected cookie")

  2. erase all other cookies and still keep my "protected cookies"

That would be a really useful feature... because what the point of otherwise having to go through hundreds or even thousands of cookies?

Thank you for considering this feature for the "

Improve this page

Add a description, image, and links to the opera topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opera topic, visit your repo's landing page and select "manage topics."

Learn more