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 d932b9b commit 7f0c488Copy full SHA for 7f0c488
NativeScript/runtime/ModuleBinding.hpp
@@ -60,7 +60,8 @@ namespace tns {
60
V(worker) \
61
V(timers) \
62
V(url) \
63
-V(urlsearchparams)
+V(urlsearchparams) \
64
+V(urlpattern)
65
66
enum {
67
NM_F_BUILTIN = 1 << 0, // Unused.
NativeScript/runtime/URLPatternImpl.cpp
@@ -717,4 +717,4 @@ void URLPatternImpl::Exec(const v8::FunctionCallbackInfo<v8::Value> &args) {
717
}
718
719
720
-NODE_BINDING_PER_ISOLATE_INIT_OBJ(pattern, tns::URLPatternImpl::Init)
+NODE_BINDING_PER_ISOLATE_INIT_OBJ(urlpattern, tns::URLPatternImpl::Init)
0 commit comments