navigator.connection
is present in service/web workers.
#28552
Labels
OS/Android
Fixes related to Android browser functionality
OS/Desktop
QA Pass - Android ARM
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-All-Platforms
QA/Test-Plan-Specified
QA/Yes
release-notes/exclude
Milestone
This is a follow up issue for #20122 which removed
navigator.connection
, but the attribute is still available in workers. Workers should not exhibit a different behavior regarding this attribute.STR:
Run test
Expected results:
In the
connection
row values forService
andWeb
Workers
should benull
Actual results:
The values are
NetworkInformation
(meaning the attribute is available).The text was updated successfully, but these errors were encountered: