We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaefbd8 commit 7897ea6Copy full SHA for 7897ea6
lib/default-config.js
@@ -261,6 +261,13 @@ module.exports = {
261
*/
262
scrollThrottle: 0,
263
264
+ /**
265
+ * @property scrollRestoreTechnique
266
+ * @type String
267
+ * @default 'window.name'
268
+ */
269
+ scrollRestoreTechnique: "window.name",
270
+
271
/**
272
* Time, in milliseconds, to wait before
273
* instruction browser to reload/inject following a
package.json
@@ -32,7 +32,7 @@
32
"dependencies": {
33
"anymatch": "^1.3.0",
34
"async-each-series": "^0.1.1",
35
- "browser-sync-client": "^2.0.3",
+ "browser-sync-client": "^2.1.0",
36
"browser-sync-ui": "^0.5.9",
37
"chokidar": "^1.0.3",
38
"connect": "^3.3.5",
0 commit comments