forked from mirrors/gecko-dev
I noticed this while working on my import patch. When the import fails the promise is rejected. Currently that rejection just ends up somewhere in the Browser Console. Differential Revision: https://phabricator.services.mozilla.com/D107374
10 lines
197 B
HTML
10 lines
197 B
HTML
<!-- Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Blank</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|