Edge test failure - exportKML
- Dominant language
- JavaScript
- Stars
- 15.7k
- Forks
- 3.9k
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 34
Description
These `exportKml` tests fail in Edge:
* `DataSources/exportKml Point Geometry Billboard with a Canvas image`
* `DataSources/exportKml Point Geometry Billboard with a Canvas image as KMZ`
The error is:
```
TypeError: Object doesn't support property or method 'toBlob'
```
I ran into this while doing the 1.61 release. This seems to error out in 1.60 as well, and the exportKML example seems to work fine, so I'm going to continue on with the release.
Contributor guide
Research direction
Run the two named DataSources/exportKml tests in Edge and compare their Canvas image and KMZ failures with the working exportKML example. Trace the exportKml path involved in the reported toBlob error; done means both Edge tests pass while the example continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100