Skip to content
#

safari

Here are 344 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

browsertime
harshavarma
harshavarma commented Aug 7, 2019

Hi there,

The documentation here (https://www.sitespeed.io/documentation/browsertime/configuration/) says that a script file can be passed but it doesn't work. The script inside the file is never executed. I know I can use inline JS but just wanted to raise the inconsistency. I'm using the docker version on Ubuntu 18.04.

Also, this unit test here (https://github.com/sitespeedio/browsertime/b

Polyglot

Improve this page

Add a description, image, and links to the safari 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 safari topic, visit your repo's landing page and select "manage topics."

Learn more