pick #286 allow short cut for slim DOM options
This commit is contained in:
@@ -95,6 +95,8 @@ function record<T = eventWithTime>(
|
||||
headMetaAuthorship: _slimDOMOptions === 'all',
|
||||
headMetaDescKeywords: _slimDOMOptions === 'all',
|
||||
}
|
||||
: _slimDOMOptions
|
||||
? _slimDOMOptions
|
||||
: {};
|
||||
|
||||
polyfill();
|
||||
|
||||
Reference in New Issue
Block a user