📃 June 2018 release notes
New in Firefox
The following features are now available in Firefox:
-
Server timing:
The
serverTiming
property of thePerformanceResourceTiming
API contains server timing information about network requests. -
String trimStart() and trimEnd():
The
trimStart()
andtrimEnd()
methods of strings return a new string with whitespace removed from the beginning or end of the string.
New in Firefox for Android
The following features are now available in Firefox for Android:
-
Server timing:
The
serverTiming
property of thePerformanceResourceTiming
API contains server timing information about network requests. -
String trimStart() and trimEnd():
The
trimStart()
andtrimEnd()
methods of strings return a new string with whitespace removed from the beginning or end of the string.